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

/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h1 //===- llvm/CodeGen/SlotIndexes.h - Slot indexes representation -*- C++ -*-===//
35 /// SlotIndexes pass. It should not be used directly. See the
36 /// SlotIndex & SlotIndexes classes for the public interface to this
93 friend class SlotIndexes;
331 /// SlotIndexes pass.
334 class SlotIndexes : public MachineFunctionPass { class in namespace:llvm
376 SlotIndexes() : MachineFunctionPass(ID) { function in class:llvm::SlotIndexes
683 /// Like dangling pointers, access to dangling SlotIndexes can cause

Completed in 173 milliseconds