HomeSort by relevance Sort by last modified time
    Searched refs:TimerTreeNode (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTimerTree.h 31 using TTindex = std::vector<class TimerTreeNode>::size_type;
40 /// TimerTreeNode represents an interior or leaf node in the call tree. It
43 /// The children are always at a higher index in the TimerTreeNode::Nodes
45 class TimerTreeNode {
46 TimerTreeNode &operator=(const TimerTreeNode &) = delete;
49 TimerTreeNode() = default;
50 TimerTreeNode(const TimerTreeNode &) = default;
90 std::vector<TimerTreeNode> Nodes; /// indexed by TTinde
    [all...]
IceTimerTree.cpp 84 for (const TimerTreeNode &SrcNode : Src.Nodes) {
220 for (TimerTreeNode &Node : Nodes) {

Completed in 184 milliseconds