Searched refs:GenerateTripCount (Results 1 – 4 of 4) sorted by relevance
190 HInstruction* GenerateTripCount(HLoopInformation* loop, HGraph* graph, HBasicBlock* block);
800 HInstruction* tce = range_.GenerateTripCount( in TEST_F()855 HInstruction* tce = range_.GenerateTripCount( in TEST_F()938 HInstruction* tce = range_.GenerateTripCount( in TEST_F()1023 HInstruction* tce = range_.GenerateTripCount( in TEST_F()
393 HInstruction* InductionVarRange::GenerateTripCount(HLoopInformation* loop, in GenerateTripCount() function in art::InductionVarRange
1109 HInstruction* stc = induction_range_.GenerateTripCount(node->loop_info, graph_, preheader); in Vectorize()