OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParentFn
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
GlobalMerge.cpp
333
Function *
ParentFn
= I->getParent()->getParent();
336
if (OnlyOptimizeForSize && !
ParentFn
->hasMinSize())
339
size_t UGSIdx = GlobalUsesByFunction[
ParentFn
];
352
GlobalUsesByFunction[
ParentFn
] = CurGVOnlySetIdx;
369
GlobalUsesByFunction[
ParentFn
] = ExpandedIdx;
375
GlobalUsesByFunction[
ParentFn
] = EncounteredUGS[UGSIdx] =
MachineOutliner.cpp
625
const Function &
ParentFn
= FirstCand.getMF()->getFunction();
626
if (
ParentFn
.hasFnAttribute("target-features"))
627
F->addFnAttr(
ParentFn
.getFnAttribute("target-features"));
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp
2926
const Function *
ParentFn
= CI->getParent()->getParent();
2927
if (AMDGPU::isEntryFunctionCC(
ParentFn
->getCallingConv()))
Completed in 39 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026