Searched refs:cached_result (Results 1 – 5 of 5) sorted by relevance
132 auto cached_result = should_replace_cache_.find(op_inst->result_id()); in ShouldReplaceExtract() local133 if (cached_result != should_replace_cache_.end()) { in ShouldReplaceExtract()134 return cached_result->second; in ShouldReplaceExtract()
195 auto& cached_result = cache_[std::make_pair(inst->result_id(), indices)]; in TraceInstruction() local196 cached_result.first = false; in TraceInstruction()197 cached_result.second = false; in TraceInstruction()234 cached_result.first = true; in TraceInstruction()235 cached_result.second = true; in TraceInstruction()260 cached_result.first = is_coherent; in TraceInstruction()261 cached_result.second = is_volatile; in TraceInstruction()
212 auto& cached_result = cache_[std::make_pair(inst->result_id(), indices)]; in TraceInstruction() local213 cached_result.first = false; in TraceInstruction()214 cached_result.second = false; in TraceInstruction()251 cached_result.first = true; in TraceInstruction()252 cached_result.second = true; in TraceInstruction()277 cached_result.first = is_coherent; in TraceInstruction()278 cached_result.second = is_volatile; in TraceInstruction()
630 cached_result = self._cache['package_apk_paths'].get(package)631 if cached_result is not None and not skip_cache:637 if cached_result and not self.PathExists(cached_result):638 cached_result = None640 if cached_result is not None:641 return list(cached_result)