HomeSort by: relevance | last modified time | path
    Searched defs:getLoop (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopNestAnalysis.h 92 Loop *getLoop(unsigned Index) const {
BranchProbabilityInfo.h 303 Loop *getLoop() const { return LD.first; }
306 bool belongsToLoop() const { return getLoop() || getSccNum() != -1; }
308 return (LB.getLoop() && getLoop() == LB.getLoop()) ||
IVUsers.h 124 Loop *getLoop() const { return L; }
LoopIterator.h 120 Loop *getLoop() const { return L; }
ScalarEvolutionExpressions.h 363 const Loop *getLoop() const { return L; }
373 getLoop(), FlagAnyWrap);
796 : SE.getAddRecExpr(Operands, Expr->getLoop(),
897 const Loop *L = Expr->getLoop();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ModuloSchedule.h 118 MachineLoop *getLoop() const { return Loop; }

Completed in 19 milliseconds