Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1350 addConnection(PredTree, SuccTree, Depth); in finalize()
1351 addConnection(SuccTree, PredTree, Depth); in finalize()
1385 void addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) { in addConnection() function in llvm::SchedDFSImpl