Lines Matching full:edge
392 /// value for the specified Value* that is true on the specified edge.
396 /// edge from PredBB to OldSucc has been threaded to be from PredBB to
777 /// \brief Compute the value of Val on the edge BBFrom -> BBTo. Returns false if
778 /// Val is not constrained on the edge.
841 // If the edge was formed by a switch on the value, then we may know exactly
868 /// \brief Compute the value of Val on the edge BBFrom -> BBTo, or the value at
869 /// the basic block if the edge does not constraint Val.
891 // Try to intersect ranges of the BB and the constraint on the edge.
907 // if we couldn't compute the value on the edge, use the value from the BB
926 DEBUG(dbgs() << "LVI Getting edge value " << *V << " from '"
943 // When an edge in the graph has been threaded, values that we could not
1050 /// constant on the specified edge. Return null if not.
1066 /// with a constant is known to be true or false on the specified CFG edge.