Home | History | Annotate | Download | only in Utils

Lines Matching full:instruction

22   class Instruction;
137 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts,
146 void run(const SmallVectorImpl<Instruction*> &Insts) const;
149 /// \brief Return true if the specified instruction is in the Inst list.
153 virtual bool isInstInList(Instruction *I,
154 const SmallVectorImpl<Instruction*> &Insts) const;
166 /// \brief Called before each instruction is deleted.
167 virtual void instructionDeleted(Instruction *I) const {
170 /// \brief Called to update debug info associated with the instruction.
171 virtual void updateDebugInfo(Instruction *I) const {