Searched refs:ParentFn (Results 1 – 4 of 4) sorted by relevance
313 Function *ParentFn = I->getParent()->getParent(); in doMerge() local316 if (OnlyOptimizeForSize && !ParentFn->optForMinSize()) in doMerge()319 size_t UGSIdx = GlobalUsesByFunction[ParentFn]; in doMerge()332 GlobalUsesByFunction[ParentFn] = CurGVOnlySetIdx; in doMerge()349 GlobalUsesByFunction[ParentFn] = ExpandedIdx; in doMerge()355 GlobalUsesByFunction[ParentFn] = EncounteredUGS[UGSIdx] = in doMerge()
121 void calculateWinCXXEHStateNumbers(const Function *ParentFn,124 void calculateSEHStateNumbers(const Function *ParentFn,
1657 llvm::Function *ParentFn = ParentCGF.CurFn; in startOutlinedSEHHelper() local1665 if (llvm::Comdat *C = ParentFn->getComdat()) { in startOutlinedSEHHelper()1667 } else if (ParentFn->hasWeakLinkage() || ParentFn->hasLinkOnceLinkage()) { in startOutlinedSEHHelper()1668 llvm::Comdat *C = CGM.getModule().getOrInsertComdat(ParentFn->getName()); in startOutlinedSEHHelper()1669 ParentFn->setComdat(C); in startOutlinedSEHHelper()
11109 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart() local11111 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()