HomeSort by: relevance | last modified time | path
    Searched refs:processBranchOnPHI (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
JumpThreading.h 154 bool processBranchOnPHI(PHINode *PN);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 1241 return processBranchOnPHI(PN);
1806 /// processBranchOnPHI - We have an otherwise unthreadable conditional branch on
1809 bool JumpThreadingPass::processBranchOnPHI(PHINode *PN) {

Completed in 18 milliseconds