Home | History | Annotate | Download | only in ARM

Lines Matching refs:Visited

193       // Has this block been visited yet?
194 bool Visited;
196 MBBInfo() : HighLatencyCPSR(false), Visited(false) {}
927 if (!PInfo.Visited) {
928 // Since blocks are visited in RPO, this must be a back-edge.
1000 Info.Visited = true;