Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1345 addConnection(PredTree, SuccTree, Depth); in finalize()
1346 addConnection(SuccTree, PredTree, Depth); in finalize()
1380 void addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) { in addConnection() function in llvm::SchedDFSImpl