Searched refs:ParentFn (Results 1 – 5 of 5) sorted by relevance
118 void calculateWinCXXEHStateNumbers(const Function *ParentFn,121 void calculateSEHStateNumbers(const Function *ParentFn,
334 Function *ParentFn = I->getParent()->getParent(); in doMerge() local337 if (OnlyOptimizeForSize && !ParentFn->hasMinSize()) in doMerge()340 size_t UGSIdx = GlobalUsesByFunction[ParentFn]; in doMerge()353 GlobalUsesByFunction[ParentFn] = CurGVOnlySetIdx; in doMerge()370 GlobalUsesByFunction[ParentFn] = ExpandedIdx; in doMerge()376 GlobalUsesByFunction[ParentFn] = EncounteredUGS[UGSIdx] = in doMerge()
1545 const Function &ParentFn = FirstCand.getMF()->getFunction(); in mergeOutliningCandidateAttributes() local1546 if (ParentFn.hasFnAttribute("target-features")) in mergeOutliningCandidateAttributes()1547 F.addFnAttr(ParentFn.getFnAttribute("target-features")); in mergeOutliningCandidateAttributes()1548 if (ParentFn.hasFnAttribute("target-cpu")) in mergeOutliningCandidateAttributes()1549 F.addFnAttr(ParentFn.getFnAttribute("target-cpu")); in mergeOutliningCandidateAttributes()
22100 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart() local22102 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()22352 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareMapperDirective() local22354 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareMapperDirective()
3080 const Function *ParentFn = CI->getParent()->getParent(); in mayBeEmittedAsTailCall() local3081 if (AMDGPU::isEntryFunctionCC(ParentFn->getCallingConv())) in mayBeEmittedAsTailCall()