Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceLoopAnalyzer.cpp51 class LoopNode { class in Ice::LoopAnalyzer
52 LoopNode() = delete;
53 LoopNode operator=(const LoopNode &) = delete;
56 explicit LoopNode(CfgNode *BB) : BB(BB) { reset(); } in LoopNode() function in Ice::LoopAnalyzer::LoopNode
57 LoopNode(const LoopNode &) = default;
95 using LoopNodeList = CfgVector<LoopNode>;
96 using LoopNodePtrList = CfgVector<LoopNode *>;
100 LoopNode *processNode(LoopNode &Node);
120 void LoopAnalyzer::LoopNode::reset() { in reset()
128 NodeList::const_iterator LoopAnalyzer::LoopNode::successorsEnd() const { in successorsEnd()
[all …]