Searched refs:OuterAllocaIP (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 361 OpenMPIRBuilder::InsertPointTy OuterAllocaIP, in createFakeIntVal() argument 365 Builder.restoreIP(OuterAllocaIP); in createFakeIntVal() 1288 const LocationDescription &Loc, InsertPointTy OuterAllocaIP, in createParallel() argument 1292 assert(!isConflictIP(Loc.IP, OuterAllocaIP) && "IPs must not be ambiguous"); in createParallel() 1332 BasicBlock *OuterAllocaBlock = OuterAllocaIP.getBlock(); in createParallel() 1340 Builder.restoreIP(OuterAllocaIP); in createParallel() 1523 Builder.restoreIP(OuterAllocaIP); in createParallel() 1566 OuterAllocaIP = IRBuilder<>::InsertPoint( in createParallel() 6302 InsertPointTy OuterAllocaIP(&OuterAllocaBB, OuterAllocaBB.begin()); in createTeams() local 6304 Builder, OuterAllocaIP, ToBeDeleted, AllocaIP, "gid", true)); in createTeams() [all …]
|