Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp363 OpenMPIRBuilder::InsertPointTy InnerAllocaIP, in createFakeIntVal() argument
380 Builder.restoreIP(InnerAllocaIP); in createFakeIntVal()
1395 InsertPointTy InnerAllocaIP = Builder.saveIP(); in createParallel() local
1427 BodyGenCB(InnerAllocaIP, CodeGenIP); in createParallel()
1534 Builder.restoreIP(InnerAllocaIP); in createParallel()
1544 PrivCB(InnerAllocaIP, Builder.saveIP(), V, *Inner, ReplacementValue)); in createParallel()
1561 InnerAllocaIP = IRBuilder<>::InsertPoint( in createParallel()