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 269 AliasSet::PointerRec &Entry = getEntryFor(Pointer);
534 AliasSet::PointerRec &Entry = getEntryFor(To);
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 412 // getEntryFor - Just like operator[] on the map, except that it creates an
414 AliasSet::PointerRec &getEntryFor(Value *V) {

Completed in 216 milliseconds