Home
last modified time | relevance | path

Searched refs:FirstDef (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DSplitKit.h71 SlotIndex FirstDef; ///< First non-phi valno->def, or SlotIndex(). member
DSplitKit.cpp214 BI.FirstDef = BI.FirstInstr; in calcLiveBlockInfo()
240 BI.FirstInstr = BI.FirstDef = LVI->start; in calcLiveBlockInfo()
245 if (!BI.FirstDef) in calcLiveBlockInfo()
246 BI.FirstDef = LVI->start; in calcLiveBlockInfo()
DRegAllocGreedy.cpp947 BC.ChangesValue = BI.FirstDef.isValid(); in addSplitConstraints()
1143 if (BI.LiveIn && BI.LiveOut && BI.FirstDef) in calcSpillCost()