Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1759 Function *CalledFn = CI->getCalledFunction(); in hasOnlyColdCalls() local
1760 if (!CalledFn) in hasOnlyColdCalls()
1762 if (!CalledFn->hasLocalLinkage()) in hasOnlyColdCalls()
1765 if (CalledFn->getIntrinsicID() != Intrinsic::not_intrinsic) in hasOnlyColdCalls()
1768 if (!hasChangeableCC(CalledFn) || CalledFn->isVarArg() || in hasOnlyColdCalls()
1769 CalledFn->hasAddressTaken()) in hasOnlyColdCalls()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DWinEHPrepare.cpp973 auto *CalledFn = in removeImplausibleInstructions() local
975 if (CalledFn && ((CalledFn->isIntrinsic() && CB->doesNotThrow()) || in removeImplausibleInstructions()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp949 if (Function *CalledFn = Call->getCalledFunction()) in calcZeroHeuristics() local
950 TLI->getLibFunc(*CalledFn, Func); in calcZeroHeuristics()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp2304 auto *CalledFn = in InlineFunction() local
2306 if (CalledFn && CalledFn->isIntrinsic() && I->doesNotThrow()) in InlineFunction()