Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h512 DenseMap<SUnit *, unsigned> SUnitToDistance; in NodeSet() local
514 SUnitToDistance[Node] = 0; in NodeSet()
523 unsigned &DU = SUnitToDistance[U]; in NodeSet()
524 unsigned &DV = SUnitToDistance[V]; in NodeSet()
541 unsigned &First = SUnitToDistance[FirstNode]; in NodeSet()
542 unsigned Last = SUnitToDistance[LastNode]; in NodeSet()
547 Latency = SUnitToDistance[Nodes.front()]; in NodeSet()