Home
last modified time | relevance | path

Searched refs:isDirectCall (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1631 static bool isDirectCall(Use& U) { in isDirectCall() function
1653 if (isDirectCall(U) && (Old->isDSOLocal() || !IsDefinition)) in replaceCfiUses()
1681 if (!isDirectCall(U)) in replaceDirectCalls()