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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h125 bool DuplicateCondBranchOnPHIIntoPred(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1751 if (DuplicateCondBranchOnPHIIntoPred(BB, PredBBs))
1871 return DuplicateCondBranchOnPHIIntoPred(BB, BlocksToFoldInto);
2507 /// DuplicateCondBranchOnPHIIntoPred - PredBB contains an unconditional branch
2512 bool JumpThreadingPass::DuplicateCondBranchOnPHIIntoPred( function in class:JumpThreadingPass

Completed in 121 milliseconds