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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
CodeMoverUtils.h 28 bool isControlFlowEquivalent(const Instruction &I0, const Instruction &I1,
35 bool isControlFlowEquivalent(const BasicBlock &BB0, const BasicBlock &BB1,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeMoverUtils.cpp 229 bool llvm::isControlFlowEquivalent(const Instruction &I0, const Instruction &I1,
232 return isControlFlowEquivalent(*I0.getParent(), *I1.getParent(), DT, PDT);
235 bool llvm::isControlFlowEquivalent(const BasicBlock &BB0, const BasicBlock &BB1,
332 if (!isControlFlowEquivalent(I, InsertPoint, DT, *PDT))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopFuse.cpp 633 bool isControlFlowEquivalent(const FusionCandidate &FC0,
637 return ::isControlFlowEquivalent(*FC0.getEntryBlock(), *FC1.getEntryBlock(),
660 if (isControlFlowEquivalent(*CurrCandSet.begin(), CurrCand)) {

Completed in 42 milliseconds