search for: brcounter

Displaying 1 result from an estimated 1 matches for "brcounter".

2010 Apr 04
1
[LLVMdev] Code generators (both llvmc and Jit) get stuck when dealing circular CFG
...;double> [#uses=0] %11 = load double* %DoubleVar ; <double> [#uses=0] br i1 false, label %Brancher7, label %Brancher4 Brancher: ; preds = %Entry %12 = load i32* %BranchCounter ; <i32> [#uses=1] %"BrCounter++" = add i32 %12, 1 ; <i32> [#uses=2] store i32 %"BrCounter++", i32* %BranchCounter %13 = icmp ult i32 %"BrCounter++", 10 ; <i1> [#uses=1] br i1 %13, label %Body, label %Exit Body3: ; pr...