Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc749 block->SetInLoop(this); in PopulateRecursive()
782 block->SetInLoop(this); in PopulateIrreducibleRecursive()
798 block->SetInLoop(this); in PopulateIrreducibleRecursive()
821 header_->SetInLoop(this); in Populate()
Dnodes.h1329 void SetInLoop(HLoopInformation* info) { in SetInLoop() function