Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1392 void addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) { in addConnection() argument
1400 if (C.TreeID == ToTree) { in addConnection()
1405 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()