Searched refs:LoopNode (Results 1 – 1 of 1) sorted by relevance
51 class LoopNode { class in Ice::LoopAnalyzer52 LoopNode() = delete;53 LoopNode operator=(const LoopNode &) = delete;56 explicit LoopNode(CfgNode *BB) : BB(BB) { reset(); } in LoopNode() function in Ice::LoopAnalyzer::LoopNode57 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 …]