HomeSort by: relevance | last modified time | path
    Searched refs:ParentFn (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 115 /// Analyze the IR in ParentFn and it's handlers to build WinEHFuncInfo, which
118 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
121 void calculateSEHStateNumbers(const Function *ParentFn,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
GlobalMerge.cpp 333 Function *ParentFn = I->getParent()->getParent();
336 if (OnlyOptimizeForSize && !ParentFn->hasMinSize())
339 size_t UGSIdx = GlobalUsesByFunction[ParentFn];
352 GlobalUsesByFunction[ParentFn] = CurGVOnlySetIdx;
369 GlobalUsesByFunction[ParentFn] = ExpandedIdx;
375 GlobalUsesByFunction[ParentFn] = EncounteredUGS[UGSIdx] =
MachineOutliner.cpp 625 const Function &ParentFn = FirstCand.getMF()->getFunction();
626 if (ParentFn.hasFnAttribute("target-features"))
627 F->addFnAttr(ParentFn.getFnAttribute("target-features"));
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 19317 FunctionScopeInfo *ParentFn = getEnclosingFunction();
19319 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty();
19569 FunctionScopeInfo *ParentFn = getEnclosingFunction();
19571 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 2926 const Function *ParentFn = CI->getParent()->getParent();
2927 if (AMDGPU::isEntryFunctionCC(ParentFn->getCallingConv()))

Completed in 66 milliseconds