Searched defs:LRegs (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp550 SmallVector<unsigned, 4> LRegs; local
448 CheckForLiveRegDef(SUnit *SU, unsigned Reg, std::vector<SUnit*> &LiveRegDefs, SmallSet<unsigned, 4> &RegAdded, SmallVectorImpl<unsigned> &LRegs, const TargetRegisterInfo *TRI) argument
469 DelayForLiveRegsBottomUp(SUnit *SU, SmallVectorImpl<unsigned> &LRegs) argument
570 SmallVectorImpl<unsigned> &LRegs = LRegsMap[TrySU]; local
[all...]
H A DScheduleDAGRRList.cpp1255 DelayForLiveRegsBottomUp(SUnit *SU, SmallVectorImpl<unsigned> &LRegs) { argument
1205 CheckForLiveRegDef(SUnit *SU, unsigned Reg, std::vector<SUnit*> &LiveRegDefs, SmallSet<unsigned, 4> &RegAdded, SmallVectorImpl<unsigned> &LRegs, const TargetRegisterInfo *TRI) argument
1227 CheckForLiveRegDefMasked(SUnit *SU, const uint32_t *RegMask, std::vector<SUnit*> &LiveRegDefs, SmallSet<unsigned, 4> &RegAdded, SmallVectorImpl<unsigned> &LRegs) argument
1334 SmallVectorImpl<unsigned> &LRegs = LRegsPos->second; local
1360 SmallVector<unsigned, 4> LRegs; local
1388 SmallVectorImpl<unsigned> &LRegs = LRegsMap[TrySU]; local
1436 SmallVectorImpl<unsigned> &LRegs = LRegsMap[TrySU]; local
[all...]

Completed in 103 milliseconds