Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DProfiledCallGraph.h89 FunctionSamples *CallerSamples = Caller->getFunctionSamples(); in ProfiledCallGraph() local
105 if (!CalleeSamples || !CallerSamples) { in ProfiledCallGraph()
111 if (auto CallTargets = CallerSamples->findCallTargetMapAt(Callsite)) { in ProfiledCallGraph()