Searched refs:getInputTree (Results 1 – 5 of 5) sorted by relevance
109 << pModule.getInputTree().size() << ")\n"; in normalize()112 inEnd = pModule.getInputTree().dfs_end(); in normalize()113 for (input = pModule.getInputTree().dfs_begin(); input != inEnd; ++input) { in normalize()
113 m_InputBuilder.setCurrentTree(m_Module.getInputTree()); in IRBuilder()
93 const InputTree& getInputTree() const { return m_MainTree; } in getInputTree() function94 InputTree& getInputTree() { return m_MainTree; } in getInputTree() function
205 m_pModule->getInputTree().merge<InputTree::Inclusive>(input, in normalize()217 m_pModule->getInputTree().merge<InputTree::Inclusive>( in normalize()231 if (m_pModule->getInputTree().empty()) { in linkable()290 inEnd = m_pModule->getInputTree().bfs_end(); in readRelocations()291 for (input = m_pModule->getInputTree().bfs_begin(); input != inEnd; ++input) { in readRelocations()
133 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input, in readGroup()