Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDSplitKit.h71 SlotIndex FirstDef; ///< First non-phi valno->def, or SlotIndex(). member
HDSplitKit.cpp212 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()
HDRegAllocGreedy.cpp926 BC.ChangesValue = BI.FirstDef.isValid(); in addSplitConstraints()
1122 if (BI.LiveIn && BI.LiveOut && BI.FirstDef) in calcSpillCost()