Searched refs:BIOp (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3390 int PBIOp, BIOp; local
3393 BIOp = 0;
3396 BIOp = 1;
3399 BIOp = 0;
3402 BIOp = 1;
3442 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1);
3475 if (BIOp)
3495 SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight;
3496 SuccOther = BIOp ? SuccTrueWeight : SuccFalseWeight;
3533 uint64_t SuccCommon = BIOp
[all...]

Completed in 69 milliseconds