Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1004 Directive OMPD = Directive::OMPD_sections; in createSection() local
1020 Directive OMPD = Directive::OMPD_master; in createMaster() local
1043 Directive OMPD = Directive::OMPD_masked; in createMasked() local
1897 Directive OMPD = Directive::OMPD_single; in createSingle() local
1926 Directive OMPD = Directive::OMPD_critical; in createCritical() local
1953 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion()
2022 Directive OMPD, Value *EntryCall, BasicBlock *ExitBB, bool Conditional) { in emitCommonDirectiveEntry()
2052 omp::Directive OMPD, InsertPointTy FinIP, Instruction *ExitCall, in emitCommonDirectiveExit()