Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h208 void addChainDependency(SUnit *SUa, SUnit *SUb,
214 addChainDependency(SU, Entry, Latency); in addChainDependencies()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp555 void ScheduleDAGInstrs::addChainDependency (SUnit *SUa, SUnit *SUb, in addChainDependency() function in ScheduleDAGInstrs