Searched defs:BIOp (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;
2409 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1);
2443 if (BIOp)
2463 uint64_t SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight;
2464 uint64_t SuccOther = BIOp ? SuccTrueWeight : SuccFalseWeight;

Completed in 59 milliseconds