Home
last modified time | relevance | path

Searched refs:getLocalCalls (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp133 EdgeCount += getLocalCalls(KVP.first->getFunction()); in MLInlineAdvisor()
169 EdgeCount += getLocalCalls(N->getFunction()); in onPassEntry()
205 EdgesOfLastSeenNodes += getLocalCalls((*I++)->getFunction()); in onPassExit()
213 EdgesOfLastSeenNodes += getLocalCalls(N.getFunction()); in onPassExit()
219 int64_t MLInlineAdvisor::getLocalCalls(Function &F) { in getLocalCalls() function in MLInlineAdvisor
433 : (Advisor->getLocalCalls(*Caller) + in MLInlineAdvice()
434 Advisor->getLocalCalls(*Callee))), in MLInlineAdvice()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h45 int64_t getLocalCalls(Function &F);