Searched defs:fetch (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_analysis.h85 * fetch: fetch from HIR
106 fetch(f),
112 HInstruction* fetch; member in struct:art::HInductionVarAnalysis::InductionInfo
H A Dinduction_var_range_test.cc130 /** Constructs a fetch. */
131 HInductionVarAnalysis::InductionInfo* CreateFetch(HInstruction* fetch) { argument
132 return iva_->CreateInvariantFetch(fetch);

Completed in 222 milliseconds