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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h 810 /// \param EntryCall Call to the entry OMP Runtime Function
817 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall,
839 /// \param EntryCall Call to the entry OMP Runtime Function
854 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,
  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp 1027 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args);
1032 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB,
1051 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args);
1056 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB,
1904 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args);
1915 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB,
1942 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs);
1948 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB,
1953 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall,
1971 emitCommonDirectiveEntry(OMPD, EntryCall, ExitBB, Conditional)
    [all...]

Completed in 20 milliseconds