OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OutlinedFn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
174
Function *
OutlinedFn
= Extractor.extractCodeRegion(CEAC);
177
LLVM_DEBUG(dbgs() << " Outlined function: " << *
OutlinedFn
<< "\n");
178
assert(
OutlinedFn
->getReturnType()->isVoidTy() &&
183
OutlinedFn
->removeFromParent();
184
M.getFunctionList().insertAfter(OuterFn->getIterator(),
OutlinedFn
);
189
BasicBlock &ArtificialEntry =
OutlinedFn
->getEntryBlock();
214
assert(&
OutlinedFn
->getEntryBlock() == OI.EntryBB);
215
assert(
OutlinedFn
&&
OutlinedFn
->getNumUses() == 1);
219
OI.PostOutlineCB(*
OutlinedFn
);
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
1552
llvm::Function *
OutlinedFn
=
1585
CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getBeginLoc(),
OutlinedFn
,
4544
llvm::Function *
OutlinedFn
= CGM.getOpenMPRuntime().emitTaskOutlinedFunction(
4550
TaskGen(*this,
OutlinedFn
, Data);
4709
llvm::Function *
OutlinedFn
= CGM.getOpenMPRuntime().emitTaskOutlinedFunction(
4717
CGM.getOpenMPRuntime().emitTaskCall(*this, S.getBeginLoc(), S,
OutlinedFn
,
4742
IfCond](CodeGenFunction &CGF, llvm::Function *
OutlinedFn
,
4744
CGF.CGM.getOpenMPRuntime().emitTaskCall(CGF, S.getBeginLoc(), S,
OutlinedFn
,
5302
llvm::Function *
OutlinedFn
=
5305
OutlinedFn
, CapturedVars)
[
all
...]
Completed in 33 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026