Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1116 auto *CalledFn = in removeImplausibleInstructions() local
1118 if (CalledFn && ((CalledFn->isIntrinsic() && CB->doesNotThrow()) || in removeImplausibleInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1794 Function *CalledFn = CI->getCalledFunction(); in hasOnlyColdCalls() local
1795 if (!CalledFn) in hasOnlyColdCalls()
1801 if (CalledFn->getIntrinsicID() != Intrinsic::not_intrinsic) in hasOnlyColdCalls()
1803 if (!CalledFn->hasLocalLinkage()) in hasOnlyColdCalls()
1806 if (!hasChangeableCC(CalledFn, ChangeableCCCache)) in hasOnlyColdCalls()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp997 if (Function *CalledFn = Call->getCalledFunction()) in calcZeroHeuristics() local
998 TLI->getLibFunc(*CalledFn, Func); in calcZeroHeuristics()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp968 auto *CalledFn = in PropagateOperandBundles() local
970 if (CalledFn && CalledFn->isIntrinsic() && I->doesNotThrow() && in PropagateOperandBundles()
971 !IntrinsicInst::mayLowerToFunctionCall(CalledFn->getIntrinsicID())) in PropagateOperandBundles()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp938 Function *CalledFn = getCalledScalarFunction(); in print() local
939 if (CalledFn->getReturnType()->isVoidTy()) in print()
946 O << "call @" << CalledFn->getName() << "("; in print()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4418 auto *CalledFn = in visitEHPadPredecessors() local
4420 if (CalledFn && CalledFn->isIntrinsic() && II->doesNotThrow() && in visitEHPadPredecessors()
4421 !IntrinsicInst::mayLowerToFunctionCall(CalledFn->getIntrinsicID())) in visitEHPadPredecessors()