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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MustExecute.h 510 const BasicBlock *findForwardJoinPoint(const BasicBlock *InitBB);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MustExecute.cpp 503 MustBeExecutedContextExplorer::findForwardJoinPoint(const BasicBlock *InitBB) {
753 // converges again. We use the findForwardJoinPoint helper function with
755 if (const BasicBlock *JoinBB = findForwardJoinPoint(PP->getParent()))

Completed in 17 milliseconds