Searched refs:ExitCall (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 855 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createMaster() local 857 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMaster() 1173 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createSingle() local 1181 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createSingle() 1212 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createCritical() local 1214 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createCritical() 1219 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion() argument 1249 ExitCall->eraseFromParent(); in EmitOMPInlinedRegion() 1262 emitCommonDirectiveExit(OMPD, FinIP, ExitCall, HasFinalize); in EmitOMPInlinedRegion() 1319 omp::Directive OMPD, InsertPointTy FinIP, Instruction *ExitCall, in emitCommonDirectiveExit() argument [all …]
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 597 Instruction *ExitCall, 618 Instruction *ExitCall, BodyGenCallbackTy BodyGenCB,
|