HomeSort by: relevance | last modified time | path
    Searched refs:ExitCall (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h 825 /// \param ExitCall Call to the ending OMP Runtime Function
833 Instruction *ExitCall,
840 /// \param ExitCall Call to the ending OMP Runtime Function
855 Instruction *ExitCall, BodyGenCallbackTy BodyGenCB,
  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp 1030 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args);
1032 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB,
1054 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, ArgsEnd);
1056 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB,
1907 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args);
1915 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB,
1946 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args);
1948 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB,
1953 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall,
1983 ExitCall->eraseFromParent()
    [all...]

Completed in 29 milliseconds