Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h118 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
121 void calculateSEHStateNumbers(const Function *ParentFn,
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DGlobalMerge.cpp334 Function *ParentFn = I->getParent()->getParent(); in doMerge() local
337 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()
DTargetInstrInfo.cpp1545 const Function &ParentFn = FirstCand.getMF()->getFunction(); in mergeOutliningCandidateAttributes() local
1546 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()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOpenMP.cpp22100 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart() local
22102 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()
22352 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareMapperDirective() local
22354 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareMapperDirective()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp3080 const Function *ParentFn = CI->getParent()->getParent(); in mayBeEmittedAsTailCall() local
3081 if (AMDGPU::isEntryFunctionCC(ParentFn->getCallingConv())) in mayBeEmittedAsTailCall()