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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h124 bool DuplicateCondBranchOnPHIIntoPred(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1744 if (DuplicateCondBranchOnPHIIntoPred(BB, PredBBs))
1856 return DuplicateCondBranchOnPHIIntoPred(BB, BlocksToFoldInto);
2298 /// DuplicateCondBranchOnPHIIntoPred - PredBB contains an unconditional branch
2303 bool JumpThreadingPass::DuplicateCondBranchOnPHIIntoPred( function in class:JumpThreadingPass

Completed in 124 milliseconds