Home
last modified time | relevance | path

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

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