Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4433 int PBIOp, BIOp; in SimplifyCondBranchToCondBranch() local
4436 BIOp = 0; in SimplifyCondBranchToCondBranch()
4439 BIOp = 1; in SimplifyCondBranchToCondBranch()
4442 BIOp = 0; in SimplifyCondBranchToCondBranch()
4445 BIOp = 1; in SimplifyCondBranchToCondBranch()
4485 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1); in SimplifyCondBranchToCondBranch()
4522 if (BIOp) in SimplifyCondBranchToCondBranch()
4550 SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight; in SimplifyCondBranchToCondBranch()
4551 SuccOther = BIOp ? SuccTrueWeight : SuccFalseWeight; in SimplifyCondBranchToCondBranch()
4588 uint64_t SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight; in SimplifyCondBranchToCondBranch()
[all …]