Searched refs:addPhysRegDeps (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h233 void addPhysRegDeps(SUnit *SU, unsigned OperIdx);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp283 /// addPhysRegDeps - Add register dependencies (data, anti, and output) from
286 void ScheduleDAGInstrs::addPhysRegDeps(SUnit *SU, unsigned OperIdx) { function in class:ScheduleDAGInstrs
781 addPhysRegDeps(SU, j);

Completed in 102 milliseconds