Home | History | Annotate | Download | only in Hexagon

Lines Matching full:visited

136       SmallPtrSet<MachineBasicBlock *, 8> &Visited) {
150 // If this has been visited, already skip it.
151 if (!Visited.insert(*PB).second)
165 MachineInstr *loop = findLoopInstr(*PB, EndLoopOp, Visited);