Searched refs:RootWeights (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1629 assert(RootWeights.count(N) && "Cannot get weight of unseen root!");
1630 assert(RootWeights[N] != -1 && "Cannot get weight of unvisited root!");
1631 assert(RootWeights[N] != -2 && "Cannot get weight of RAWU'd root!");
1632 return RootWeights[N];
1638 assert(RootWeights.count(N) && RootWeights[N] >= 0 &&
1889 assert(RootWeights.count(N) && "Cannot balance non-root node.");
1890 assert(RootWeights[N] != -2 && "This node was RAUW'd!");
1894 if (RootWeights[N] != -1)
1903 if ((!isOpcodeHandled(Op0.getNode()) || RootWeights
[all...]
H A DHexagonISelDAGToDAG.h151 SmallDenseMap<SDNode *,int> RootWeights; member in class:llvm::HexagonDAGToDAGISel

Completed in 91 milliseconds