Searched refs:CacheResult (Results 1 – 3 of 3) sorted by relevance
53 using CacheResult = Stats::ProgramCacheResult; in ~PipelineStateCache() typedef55 int misses = fStats.numInlineProgramCacheResult(CacheResult::kMiss) + in ~PipelineStateCache()56 fStats.numPreProgramCacheResult(CacheResult::kMiss); in ~PipelineStateCache()58 int total = misses + fStats.numInlineProgramCacheResult(CacheResult::kHit) + in ~PipelineStateCache()59 fStats.numPreProgramCacheResult(CacheResult::kHit); in ~PipelineStateCache()
1130 if (auto CacheResult = doCacheLookup(CurrAccess, Q, Loc)) in UpwardsDFSWalk() local1131 return {CacheResult, Loc}; in UpwardsDFSWalk()1264 if (auto CacheResult = doCacheLookup(StartingUseOrDef, Q, Q.StartingLoc)) in getClobberingMemoryAccess() local1265 return CacheResult; in getClobberingMemoryAccess()1302 if (auto CacheResult = doCacheLookup(StartingAccess, Q, Q.StartingLoc)) in getClobberingMemoryAccess() local1303 return CacheResult; in getClobberingMemoryAccess()
25 enum CacheResult enum