Lines Matching defs:EntryCall
3924 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args);
3929 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB,
3949 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args);
3954 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB,
5726 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args);
5753 EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCBWrapper,
5801 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs);
5807 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB,
5865 Instruction *EntryCall = nullptr;
5876 EntryCall = Builder.CreateCall(EntryRTLFn, Args);
5883 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB,
5888 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall,
5906 emitCommonDirectiveEntry(OMPD, EntryCall, ExitBB, Conditional);
5941 Directive OMPD, Value *EntryCall, BasicBlock *ExitBB, bool Conditional) {
5943 if (!Conditional || !EntryCall)
5947 Value *CallBool = Builder.CreateIsNotNull(EntryCall);