Searched defs:PBIOp (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2362 int PBIOp, BIOp; local
2364 PBIOp = BIOp = 0;
2366 PBIOp = 0, BIOp = 1;
2368 PBIOp = 1, BIOp = 0;
2370 PBIOp = BIOp = 1;
2377 if (PBI->getSuccessor(PBIOp) == BB)
2388 BasicBlock *CommonDest = PBI->getSuccessor(PBIOp);
2439 if (PBIOp)
2461 uint64_t PredCommon = PBIOp ? PredFalseWeight : PredTrueWeight;
2462 uint64_t PredOther = PBIOp
[all...]

Completed in 75 milliseconds