Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1030 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createMaster() local
1032 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMaster()
1054 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, ArgsEnd); in createMasked() local
1056 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMasked()
1907 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createSingle() local
1915 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createSingle()
1946 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createCritical() local
1948 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createCritical()
1953 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion() argument
1983 ExitCall->eraseFromParent(); in EmitOMPInlinedRegion()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h833 Instruction *ExitCall,
855 Instruction *ExitCall, BodyGenCallbackTy BodyGenCB,