Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h206 void addChainDependency(SUnit *SUa, SUnit *SUb,
212 addChainDependency(SU, Entry, Latency); in addChainDependencies()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp538 void ScheduleDAGInstrs::addChainDependency (SUnit *SUa, SUnit *SUb, in addChainDependency() function in ScheduleDAGInstrs