Searched refs:DuplicateCondBranchOnPHIIntoPred (Results 1 – 3 of 3) sorted by relevance
112 bool DuplicateCondBranchOnPHIIntoPred(
116 bool DuplicateCondBranchOnPHIIntoPred(BasicBlock *BB,1163 if (DuplicateCondBranchOnPHIIntoPred(BB, PredBBs)) in ProcessBranchOnPHI()1273 return DuplicateCondBranchOnPHIIntoPred(BB, BlocksToFoldInto); in ProcessBranchOnXOR()1454 bool JumpThreading::DuplicateCondBranchOnPHIIntoPred(BasicBlock *BB, in DuplicateCondBranchOnPHIIntoPred() function in JumpThreading
1298 if (DuplicateCondBranchOnPHIIntoPred(BB, PredBBs)) in ProcessBranchOnPHI()1407 return DuplicateCondBranchOnPHIIntoPred(BB, BlocksToFoldInto); in ProcessBranchOnXOR()1680 bool JumpThreadingPass::DuplicateCondBranchOnPHIIntoPred( in DuplicateCondBranchOnPHIIntoPred() function in JumpThreadingPass