Searched refs:FirstDef (Results 1 – 3 of 3) sorted by relevance
71 SlotIndex FirstDef; ///< First non-phi valno->def, or SlotIndex(). member
212 BI.FirstDef = BI.FirstInstr; in calcLiveBlockInfo()238 BI.FirstInstr = BI.FirstDef = LVI->start; in calcLiveBlockInfo()243 if (!BI.FirstDef) in calcLiveBlockInfo()244 BI.FirstDef = LVI->start; in calcLiveBlockInfo()
915 BC.ChangesValue = BI.FirstDef.isValid(); in addSplitConstraints()1111 if (BI.LiveIn && BI.LiveOut && BI.FirstDef) in calcSpillCost()