Home
last modified time | relevance | path

Searched defs:isDirectCall (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp431 bool isDirectCall = CS.getCalledFunction() == Callee; in getInlineBonuses() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1631 static bool isDirectCall(Use& U) { in isDirectCall() function