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

  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 597 CacheMapTy::iterator CacheIt = CacheMap.find(*I);
599 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second))
600 CacheMap.erase(CacheIt);
618 CacheMapTy::iterator CacheIt = CacheMap.find(V);
619 if (CacheIt != CacheMap.end())
620 return CacheIt->second;
656 // Don't reuse CacheIt since it may be invalid at this point.
  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 345 auto CacheIt = PenaltyCache.find(CacheKey);
346 if (DryRun && CacheIt != PenaltyCache.end())
347 return CacheIt->second;

Completed in 57 milliseconds