Home
last modified time | relevance | path

Searched refs:OuterAllocaIP (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp882 const LocationDescription &Loc, InsertPointTy OuterAllocaIP, in createParallel() argument
886 assert(!isConflictIP(Loc.IP, OuterAllocaIP) && "IPs must not be ambiguous"); in createParallel()
919 BasicBlock *OuterAllocaBlock = OuterAllocaIP.getBlock(); in createParallel()
927 Builder.restoreIP(OuterAllocaIP); in createParallel()
1158 Builder.restoreIP(OuterAllocaIP); in createParallel()
1201 OuterAllocaIP = IRBuilder<>::InsertPoint( in createParallel()