Home
last modified time | relevance | path

Searched refs:ParentFn (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDGlobalMerge.cpp331 Function *ParentFn = I->getParent()->getParent(); in doMerge() local
334 if (OnlyOptimizeForSize && !ParentFn->hasMinSize()) in doMerge()
337 size_t UGSIdx = GlobalUsesByFunction[ParentFn]; in doMerge()
350 GlobalUsesByFunction[ParentFn] = CurGVOnlySetIdx; in doMerge()
367 GlobalUsesByFunction[ParentFn] = ExpandedIdx; in doMerge()
373 GlobalUsesByFunction[ParentFn] = EncounteredUGS[UGSIdx] = in doMerge()
HDMachineOutliner.cpp1126 const Function &ParentFn = FirstCand.getMF()->getFunction(); in createOutlinedFunction() local
1127 if (ParentFn.hasFnAttribute("target-features")) in createOutlinedFunction()
1128 F->addFnAttr(ParentFn.getFnAttribute("target-features")); in createOutlinedFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDWinEHFuncInfo.h118 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
121 void calculateSEHStateNumbers(const Function *ParentFn,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp16209 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart() local
16211 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()
16461 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareMapperDirectiveStart() local
16463 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareMapperDirectiveStart()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp2669 const Function *ParentFn = CI->getParent()->getParent(); in mayBeEmittedAsTailCall() local
2670 if (AMDGPU::isEntryFunctionCC(ParentFn->getCallingConv())) in mayBeEmittedAsTailCall()