Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2193 Function *CalledFn = CI->getCalledFunction(); in hasOnlyColdCalls() local
2194 if (!CalledFn) in hasOnlyColdCalls()
2196 if (!CalledFn->hasLocalLinkage()) in hasOnlyColdCalls()
2199 if (CalledFn->getIntrinsicID() != Intrinsic::not_intrinsic) in hasOnlyColdCalls()
2202 if (!hasChangeableCC(CalledFn) || CalledFn->isVarArg() || in hasOnlyColdCalls()
2203 CalledFn->hasAddressTaken()) in hasOnlyColdCalls()
2819 const Function *CalledFn = CI->getCalledFunction(); in cxxDtorIsEmpty() local
2821 if (!CalledFn) in cxxDtorIsEmpty()
2827 if (!NewCalledFunctions.insert(CalledFn).second) in cxxDtorIsEmpty()
2830 if (!cxxDtorIsEmpty(*CalledFn, NewCalledFunctions)) in cxxDtorIsEmpty()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp952 auto *CalledFn = in removeImplausibleInstructions() local
954 if (CalledFn && ((CalledFn->isIntrinsic() && CS.doesNotThrow()) || in removeImplausibleInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp956 auto *CalledFn = in removeImplausibleInstructions() local
958 if (CalledFn && ((CalledFn->isIntrinsic() && CS.doesNotThrow()) || in removeImplausibleInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp681 if (Function *CalledFn = Call->getCalledFunction()) in calcZeroHeuristics() local
682 TLI->getLibFunc(*CalledFn, Func); in calcZeroHeuristics()
/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-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp2017 auto *CalledFn = in InlineFunction() local
2019 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in InlineFunction()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp3211 const Function *CalledFn = CI ? CI->getCalledFunction() : nullptr; in fastLowerCall() local
3222 (CalledFn && CalledFn->hasFnAttribute("no_caller_saved_registers"))) in fastLowerCall()