OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 15 00:25:07 UTC 2026