Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2740 int PBIOp, BIOp; in SimplifyCondBranchToCondBranch() local
2742 PBIOp = BIOp = 0; in SimplifyCondBranchToCondBranch()
2744 PBIOp = 0, BIOp = 1; in SimplifyCondBranchToCondBranch()
2746 PBIOp = 1, BIOp = 0; in SimplifyCondBranchToCondBranch()
2748 PBIOp = BIOp = 1; in SimplifyCondBranchToCondBranch()
2755 if (PBI->getSuccessor(PBIOp) == BB) in SimplifyCondBranchToCondBranch()
2766 BasicBlock *CommonDest = PBI->getSuccessor(PBIOp); in SimplifyCondBranchToCondBranch()
2817 if (PBIOp) in SimplifyCondBranchToCondBranch()
2839 uint64_t PredCommon = PBIOp ? PredFalseWeight : PredTrueWeight; in SimplifyCondBranchToCondBranch()
2840 uint64_t PredOther = PBIOp ?PredTrueWeight : PredFalseWeight; in SimplifyCondBranchToCondBranch()