Home
last modified time | relevance | path

Searched defs:getLoop (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h238 Stmt *getLoop() { return getAssociatedStmt(); } in getLoop() function
239 const Stmt *getLoop() const { in getLoop() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h100 Loop *getLoop(unsigned Index) const { in getLoop() function
H A DIVUsers.h122 Loop *getLoop() const { return L; } in getLoop() function
H A DBranchProbabilityInfo.h307 Loop *getLoop() const { return LD.first; } in getLoop() function
H A DLoopIterator.h120 Loop *getLoop() const { return L; } in getLoop() function
H A DScalarEvolutionExpressions.h360 const Loop *getLoop() const { return L; } getLoop() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h120 MachineLoop *getLoop() const { return Loop; } in getLoop() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h397 Loop *getLoop() const { return TheLoop; } in getLoop() function