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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 45 /// The OMPCanonicalLoop AST node wraps a ForStmt or CXXForRangeStmt that is
52 /// ` OMPCanonicalLoop
58 /// (such as OMPTileDirective). In The OMPCanonicalLoop and
60 /// directive. A OMPCanonicalLoop must not appear in the AST unless associated
62 /// OMPCanonicalLoop may also be wrapped in a CompoundStmt:
65 /// ` OMPCanonicalLoop
69 /// |- OMPCanonicalLoop
74 /// The leading/trailing in-between code must not itself be a OMPCanonicalLoop
103 /// OMPCanonicalLoop can itself also be wrapped into the CapturedStmts of an
142 class OMPCanonicalLoop : public Stmt
    [all...]
RecursiveASTVisitor.h 2805 DEF_TRAVERSE_STMT(OMPCanonicalLoop, {
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 95 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(S))
132 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(CurStmt))
168 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(Body))
StmtPrinter.cpp 638 void StmtPrinter::VisitOMPCanonicalLoop(OMPCanonicalLoop *Node) {
StmtProfile.cpp 887 void StmtProfiler::VisitOMPCanonicalLoop(const OMPCanonicalLoop *L) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2277 void ASTStmtReader::VisitOMPCanonicalLoop(OMPCanonicalLoop *S) {
3165 S = OMPCanonicalLoop::createEmpty(Context);
ASTWriterStmt.cpp 2174 void ASTStmtWriter::VisitOMPCanonicalLoop(OMPCanonicalLoop *S) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 200 EmitOMPCanonicalLoop(cast<OMPCanonicalLoop>(S));
CGStmtOpenMP.cpp 1826 if (const auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(SimplifiedS))
1955 void CodeGenFunction::EmitOMPCanonicalLoop(const OMPCanonicalLoop *S) {
CodeGenFunction.h 3563 /// Emit an OMPCanonicalLoop using the OpenMPIRBuilder.
3564 void EmitOMPCanonicalLoop(const OMPCanonicalLoop *S);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 5561 return OMPCanonicalLoop::create(getASTContext(), AStmt, DistanceFunc,
8560 if (auto *CanonLoop = dyn_cast_or_null<OMPCanonicalLoop>(S))
TreeTransform.h 1552 /// OMPCanonicalLoop.
8409 TreeTransform<Derived>::TransformOMPCanonicalLoop(OMPCanonicalLoop *L) {

Completed in 91 milliseconds