Searched refs:OuterAllocaIP (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 371 OpenMPIRBuilder::InsertPointTy OuterAllocaIP, in createFakeIntVal() argument 375 Builder.restoreIP(OuterAllocaIP); in createFakeIntVal() 1463 const LocationDescription &Loc, InsertPointTy OuterAllocaIP, in createParallel() argument 1467 assert(!isConflictIP(Loc.IP, OuterAllocaIP) && "IPs must not be ambiguous"); in createParallel() 1507 BasicBlock *OuterAllocaBlock = OuterAllocaIP.getBlock(); in createParallel() 1688 Builder.restoreIP(OuterAllocaIP); in createParallel() 1740 OuterAllocaIP = IRBuilder<>::InsertPoint( in createParallel() 9501 InsertPointTy OuterAllocaIP(&OuterAllocaBB, OuterAllocaBB.begin()); in createTeams() local 9503 Builder, OuterAllocaIP, ToBeDeleted, AllocaIP, "gid", true)); in createTeams() 9505 Builder, OuterAllocaIP, ToBeDeleted, AllocaIP, "tid", true)); in createTeams() [all …]
|