Searched refs:ParentFn (Results 1 – 3 of 3) sorted by relevance
303 Function *ParentFn = I->getParent()->getParent(); in doMerge() local306 if (OnlyOptimizeForSize && !ParentFn->optForMinSize()) in doMerge()309 size_t UGSIdx = GlobalUsesByFunction[ParentFn]; in doMerge()322 GlobalUsesByFunction[ParentFn] = CurGVOnlySetIdx; in doMerge()339 GlobalUsesByFunction[ParentFn] = ExpandedIdx; in doMerge()345 GlobalUsesByFunction[ParentFn] = EncounteredUGS[UGSIdx] = in doMerge()
119 void calculateWinCXXEHStateNumbers(const Function *ParentFn,122 void calculateSEHStateNumbers(const Function *ParentFn,
1658 llvm::Function *ParentFn = ParentCGF.CurFn; in startOutlinedSEHHelper() local1666 if (llvm::Comdat *C = ParentFn->getComdat()) { in startOutlinedSEHHelper()1668 } else if (ParentFn->hasWeakLinkage() || ParentFn->hasLinkOnceLinkage()) { in startOutlinedSEHHelper()1669 llvm::Comdat *C = CGM.getModule().getOrInsertComdat(ParentFn->getName()); in startOutlinedSEHHelper()1670 ParentFn->setComdat(C); in startOutlinedSEHHelper()