Searched refs:OuterAllocaIP (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 364 OpenMPIRBuilder::InsertPointTy OuterAllocaIP, in createFakeIntVal() argument 368 Builder.restoreIP(OuterAllocaIP); in createFakeIntVal() 1346 const LocationDescription &Loc, InsertPointTy OuterAllocaIP, in createParallel() argument 1350 assert(!isConflictIP(Loc.IP, OuterAllocaIP) && "IPs must not be ambiguous"); in createParallel() 1390 BasicBlock *OuterAllocaBlock = OuterAllocaIP.getBlock(); in createParallel() 1569 Builder.restoreIP(OuterAllocaIP); in createParallel() 1616 OuterAllocaIP = IRBuilder<>::InsertPoint( in createParallel() 8267 InsertPointTy OuterAllocaIP(&OuterAllocaBB, OuterAllocaBB.begin()); in createTeams() local 8269 Builder, OuterAllocaIP, ToBeDeleted, AllocaIP, "gid", true)); in createTeams() 8271 Builder, OuterAllocaIP, ToBeDeleted, AllocaIP, "tid", true)); in createTeams()
|