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

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
Consumed.h 235 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanPredicator.cpp 156 if (VPBlockUtils::isBackEdge(PredBlock, CurrBlock, VPLI))
VPlan.h 2235 static bool isBackEdge(const VPBlockBase *FromBlock,
2263 if (!VPBlockUtils::isBackEdge(PredBlock, SuccBlock, VPLI))
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp 1065 bool ConsumedBlockInfo::isBackEdge(const CFGBlock *From, const CFGBlock *To) {
1390 if (BlockInfo.isBackEdge(CurrBlock, *SI)) {

Completed in 22 milliseconds