Home
last modified time | relevance | path

Searched refs:getNumGeneratedLoops (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2388 Record.writeUInt32(D->getNumGeneratedLoops()); in VisitOMPLoopTransformationDirective()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp141 unsigned NumGeneratedLoops = Dir->getNumGeneratedLoops(); in doForAllLoops()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h997 unsigned getNumGeneratedLoops() const { return NumGeneratedLoops; } in getNumGeneratedLoops() function