Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2237 Function *CalledFn = CI->getCalledFunction(); in hasOnlyColdCalls() local
2238 if (!CalledFn) in hasOnlyColdCalls()
2240 if (!CalledFn->hasLocalLinkage()) in hasOnlyColdCalls()
2243 if (CalledFn->getIntrinsicID() != Intrinsic::not_intrinsic) in hasOnlyColdCalls()
2246 if (!hasChangeableCC(CalledFn) || CalledFn->isVarArg() || in hasOnlyColdCalls()
2247 CalledFn->hasAddressTaken()) in hasOnlyColdCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp957 auto *CalledFn = in removeImplausibleInstructions() local
959 if (CalledFn && ((CalledFn->isIntrinsic() && CS.doesNotThrow()) || in removeImplausibleInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp716 if (Function *CalledFn = Call->getCalledFunction()) in calcZeroHeuristics() local
717 TLI->getLibFunc(*CalledFn, Func); in calcZeroHeuristics()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp2086 auto *CalledFn = in InlineFunction() local
2088 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp3191 const Function *CalledFn = CI ? CI->getCalledFunction() : nullptr; in fastLowerCall() local
3202 (CalledFn && CalledFn->hasFnAttribute("no_caller_saved_registers"))) in fastLowerCall()