Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlinear_order.cc58 static bool IsLinearOrderWellFormed(const HGraph* graph, ArrayRef<HBasicBlock*> linear_order) { in IsLinearOrderWellFormed() function
130 DCHECK(graph->HasIrreducibleLoops() || IsLinearOrderWellFormed(graph, linear_order)); in LinearizeGraphInternal()