HomeSort by relevance Sort by last modified time
    Searched refs:getEntryFor (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 282 AliasSet::PointerRec &Entry = getEntryFor(Pointer);
563 AliasSet::PointerRec &Entry = getEntryFor(To);
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 411 // getEntryFor - Just like operator[] on the map, except that it creates an
413 AliasSet::PointerRec &getEntryFor(Value *V) {

Completed in 265 milliseconds