Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1699 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPInlinedRegionBody()
1716 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPOutlinedRegionBody()
1774 InsertPointTy CodeGenIP) { in EmitOMPParallelDirective()
2055 llvm::Value *IndVar) { in EmitOMPCanonicalLoop()
4139 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective()
4147 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective()
4159 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPSectionsDirective()
4202 InsertPointTy CodeGenIP) { in EmitOMPSectionDirective()
4283 InsertPointTy CodeGenIP) { in EmitOMPMasterDirective()
4329 InsertPointTy CodeGenIP) { in EmitOMPMaskedDirective()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp969 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions()
985 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
1008 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions()
1017 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp998 InsertPointTy CodeGenIP(PRegBodyBB, PRegBodyBB->begin()); in createParallel() local
1626 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, Value *IndVar) { in createSections()
2091 auto BodyGen = [=](InsertPointTy CodeGenIP, Value *IV) { in createCanonicalLoop()