Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZSubtarget.cpp41 bool isDirectCall) const { in GVRequiresExtraLoad()
44 if (isDirectCall) in GVRequiresExtraLoad()
DSystemZSubtarget.h44 bool isDirectCall) const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp431 bool isDirectCall = CS.getCalledFunction() == Callee; in getInlineBonuses() local
438 if (Callee->hasLocalLinkage() && Callee->hasOneUse() && isDirectCall) in getInlineBonuses()