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

  /art/compiler/optimizing/
ssa_liveness_analysis.h 289 uses_.push_front(*new_use);
326 if ((!uses_.empty()) &&
327 (uses_.front().GetUser() == actual_user) &&
328 (uses_.front().GetPosition() < position)) {
332 DCHECK(uses_.front().GetPosition() + 1 == position);
333 UsePositionList::iterator next_pos = uses_.begin();
338 } while (next_pos != uses_.end() && next_pos->GetPosition() < position);
340 uses_.insert_after(insert_pos, *new_use);
341 if (first_range_->GetEnd() == uses_.front().GetPosition()) {
353 DCHECK(uses_.empty() || position <= uses_.front().GetPosition())
1101 UsePositionList uses_; member in class:art::LiveInterval
    [all...]
register_allocator_test.cc     [all...]
nodes.cc     [all...]
nodes.h 2331 HUseList<HInstruction*> uses_; member in class:art::HInstruction
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
ValidationState.h 146 void AddUse(uint32_t id) { uses_.insert(id); }
163 auto diff = uses_;
169 std::unordered_set<uint32_t> uses_; member in class:libspirv::ValidationState_t::UseDefTracker

Completed in 2781 milliseconds