Searched refs:PBIOp (Results 1 – 1 of 1) sorted by relevance
2414 int PBIOp, BIOp; in SimplifyCondBranchToCondBranch() local2416 PBIOp = BIOp = 0; in SimplifyCondBranchToCondBranch()2418 PBIOp = 0, BIOp = 1; in SimplifyCondBranchToCondBranch()2420 PBIOp = 1, BIOp = 0; in SimplifyCondBranchToCondBranch()2422 PBIOp = BIOp = 1; in SimplifyCondBranchToCondBranch()2429 if (PBI->getSuccessor(PBIOp) == BB) in SimplifyCondBranchToCondBranch()2440 BasicBlock *CommonDest = PBI->getSuccessor(PBIOp); in SimplifyCondBranchToCondBranch()2491 if (PBIOp) in SimplifyCondBranchToCondBranch()2513 uint64_t PredCommon = PBIOp ? PredFalseWeight : PredTrueWeight; in SimplifyCondBranchToCondBranch()2514 uint64_t PredOther = PBIOp ?PredTrueWeight : PredFalseWeight; in SimplifyCondBranchToCondBranch()