Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DGlobalMerge.cpp313 Function *ParentFn = I->getParent()->getParent(); in doMerge() local
316 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()
/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h121 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
124 void calculateSEHStateNumbers(const Function *ParentFn,
/external/clang/lib/CodeGen/
DCGException.cpp1657 llvm::Function *ParentFn = ParentCGF.CurFn; in startOutlinedSEHHelper() local
1665 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()
/external/clang/lib/Sema/
DSemaOpenMP.cpp11109 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart() local
11111 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()