Searched refs:PathLength (Results 1 – 2 of 2) sorted by relevance
30 unsigned PathLength; member47 LV() { PathLength = (unsigned)-1; } in LV()51 if (Length == PathLength) in resizePath()55 PathLength = Length; in resizePath()60 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath()61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()72 unsigned PathLength; member85 MemberPointerData() { PathLength = 0; } in MemberPointerData()89 if (Length == PathLength) in resizePath()93 PathLength = Length; in resizePath()[all …]
213 unsigned PathLength = isTop() ? SU->getHeight() : SU->getDepth(); in isLatencyBound() local214 return CriticalPathLength - CurrCycle <= PathLength; in isLatencyBound()