Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h207 void addChainDependency(SUnit *SUa, SUnit *SUb,
213 addChainDependency(SU, Entry, Latency); in addChainDependencies()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp544 void ScheduleDAGInstrs::addChainDependency (SUnit *SUa, SUnit *SUb, in addChainDependency() function in ScheduleDAGInstrs