Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h206 void addChainDependency(SUnit *SUa, SUnit *SUb,
212 addChainDependency(SU, Entry, Latency); in addChainDependencies()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp548 void ScheduleDAGInstrs::addChainDependency (SUnit *SUa, SUnit *SUb, in addChainDependency() function in ScheduleDAGInstrs