Home
last modified time | relevance | path

Searched refs:SetInLoop (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc750 block->SetInLoop(this); in PopulateRecursive()
783 block->SetInLoop(this); in PopulateIrreducibleRecursive()
799 block->SetInLoop(this); in PopulateIrreducibleRecursive()
822 header_->SetInLoop(this); in Populate()
Dnodes.h1256 void SetInLoop(HLoopInformation* info) { in SetInLoop() function