Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp792 auto *CalledFn = in removeImplausibleInstructions() local
794 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in removeImplausibleInstructions()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1435 auto *CalledFn = in InlineFunction() local
1437 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in InlineFunction()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp3104 const Function *CalledFn = CI->getCalledFunction(); in cxxDtorIsEmpty() local
3106 if (!CalledFn) in cxxDtorIsEmpty()
3112 if (!NewCalledFunctions.insert(CalledFn).second) in cxxDtorIsEmpty()
3115 if (!cxxDtorIsEmpty(*CalledFn, NewCalledFunctions)) in cxxDtorIsEmpty()