HomeSort by relevance Sort by last modified time
    Searched defs:GetUses (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
def_use_manager.cpp 75 UseList* DefUseManager::GetUses(uint32_t id) {
81 const UseList* DefUseManager::GetUses(uint32_t id) const {
89 const auto* uses = GetUses(id);
  /art/tools/veridex/
flow_analysis.h 195 const std::vector<ReflectAccessInfo>& GetUses() const {
215 const std::vector<ReflectAccessInfo>& GetUses() const {
  /art/compiler/optimizing/
ssa_liveness_analysis.h 289 DCHECK(GetUses().empty()) << "A temporary can only have one user";
558 for (const UsePosition& use : GetUses()) {
595 for (const UsePosition& use : GetUses()) {
607 const UsePositionList& GetUses() const {
747 for (const UsePosition& use : GetUses()) {
    [all...]
nodes.h     [all...]

Completed in 846 milliseconds