Home | History | Annotate | Download | only in Scalar

Lines Matching refs:SmallVectorImpl

691     SmallVectorImpl<BasicBlock*> &LoopExitBlocks;
692 SmallVectorImpl<Instruction*> &LoopInsertPts;
717 LoopPromoter(Value *SP, const SmallVectorImpl<Instruction *> &Insts,
719 SmallVectorImpl<BasicBlock *> &LEB,
720 SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC,
728 const SmallVectorImpl<Instruction*> &) const override {
771 SmallVectorImpl<BasicBlock*>&ExitBlocks,
772 SmallVectorImpl<Instruction*>&InsertPts,