Home | History | Annotate | Download | only in IPO

Lines Matching full:visited

165   /// \brief Set of visited blocks during propagation.
168 /// \brief Set of visited edges during propagation.
818 /// If \p E has not been visited before, we copy to \p UnknownEdge
823 /// \param UnknownEdge Set if E has not been visited before.
887 // to match. Additionally, if BB had not been visited before,
888 // we mark it visited.
890 // - Only one edge is unknown and BB has already been visited.
921 // visited, then we can compute E's weight.
958 SmallPtrSet<BasicBlock *, 16> Visited;
963 if (Visited.insert(B2).second)
968 Visited.clear();
973 if (Visited.insert(B2).second)