HomeSort by relevance Sort by last modified time
    Searched refs:Slot_Block (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 99 Slot_Block,
229 bool isBlock() const { return getSlot() == Slot_Block; }
242 /// is the one associated with the Slot_Block slot for the instruction
245 return SlotIndex(listEntry(), Slot_Block);
249 /// index is the one associated with the Slot_Block slot for the instruction
275 return SlotIndex(listEntry()->getNextNode(), Slot_Block);
288 /// index is a Slot_Block, the last slot for the previous instruction.
294 if (s == Slot_Block) {
604 SlotIndex newIndex(&*newItr, SlotIndex::Slot_Block);
656 SlotIndex startIdx(startEntry, SlotIndex::Slot_Block);
    [all...]
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 77 SlotIndex blockStartIndex(&indexList.back(), SlotIndex::Slot_Block);
90 SlotIndex::Slot_Block)));
98 SlotIndex::Slot_Block);

Completed in 53 milliseconds