Searched refs:addConnection (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1166 addConnection(PredTree, SuccTree, Depth);
1167 addConnection(SuccTree, PredTree, Depth);
1202 void addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) { function in class:llvm::SchedDFSImpl

Completed in 50 milliseconds