Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp466 unsigned BestMaxNest = MaxNest; in FindCallSeqStart() local
472 if (!Best || (MyMaxNest > BestMaxNest)) { in FindCallSeqStart()
474 BestMaxNest = MyMaxNest; in FindCallSeqStart()
478 MaxNest = BestMaxNest; in FindCallSeqStart()