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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h151 bool ProcessBranchOnPHI(PHINode *PN);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1175 return ProcessBranchOnPHI(PN);
1730 /// ProcessBranchOnPHI - We have an otherwise unthreadable conditional branch on
1733 bool JumpThreadingPass::ProcessBranchOnPHI(PHINode *PN) { function in class:JumpThreadingPass

Completed in 100 milliseconds