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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h146 bool ProcessBranchOnPHI(PHINode *PN);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1186 return ProcessBranchOnPHI(PN);
1723 /// ProcessBranchOnPHI - We have an otherwise unthreadable conditional branch on
1726 bool JumpThreadingPass::ProcessBranchOnPHI(PHINode *PN) { function in class:JumpThreadingPass

Completed in 104 milliseconds