Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp952 auto *CalledFn = in removeImplausibleInstructions() local
954 if (CalledFn && ((CalledFn->isIntrinsic() && CS.doesNotThrow()) || in removeImplausibleInstructions()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1803 auto *CalledFn = in InlineFunction() local
1805 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in InlineFunction()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2443 const Function *CalledFn = CI->getCalledFunction(); in cxxDtorIsEmpty() local
2445 if (!CalledFn) in cxxDtorIsEmpty()
2451 if (!NewCalledFunctions.insert(CalledFn).second) in cxxDtorIsEmpty()
2454 if (!cxxDtorIsEmpty(*CalledFn, NewCalledFunctions)) in cxxDtorIsEmpty()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp2746 const Function *CalledFn = CI->getCalledFunction(); in cxxDtorIsEmpty() local
2748 if (!CalledFn) in cxxDtorIsEmpty()
2754 if (!NewCalledFunctions.insert(CalledFn)) in cxxDtorIsEmpty()
2757 if (!cxxDtorIsEmpty(*CalledFn, NewCalledFunctions)) in cxxDtorIsEmpty()