Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp502 unsigned MyMaxNest = MaxNest; in FindCallSeqStart() local
504 MyNestLevel, MyMaxNest, TII)) in FindCallSeqStart()
505 if (!Best || (MyMaxNest > BestMaxNest)) { in FindCallSeqStart()
507 BestMaxNest = MyMaxNest; in FindCallSeqStart()