HomeSort by: relevance | last modified time | path
    Searched refs:getContextFor (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
SampleContextTracker.h 118 ContextTrieNode *getContextFor(const SampleContext &Context);
130 ContextTrieNode *getContextFor(const DILocation *DIL);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp 225 ContextTrieNode *CallerNode = getContextFor(DIL);
242 ContextTrieNode *ContextNode = getContextFor(DIL);
261 ContextTrieNode *Node = getContextFor(Context);
302 ContextTrieNode *FromNode = getContextFor(Context);
340 ContextTrieNode *CallerNode = getContextFor(DIL);
406 SampleContextTracker::getContextFor(const SampleContext &Context) {
415 ContextTrieNode *CallContext = getContextFor(DIL);
425 ContextTrieNode *SampleContextTracker::getContextFor(const DILocation *DIL) {
SampleProfile.cpp 971 ContextTracker->getContextFor(Samples->getContext());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.cpp 71 ContextTracker.getContextFor(CallerSamples->getContext());

Completed in 18 milliseconds