Searched refs:InstVector (Results 1 – 2 of 2) sorted by relevance
86 using InstVector = SmallVector<Instruction *, 8>; in INITIALIZE_PASS_DEPENDENCY() typedef87 using IIMap = MapVector<Instruction *, InstVector>; in INITIALIZE_PASS_DEPENDENCY()
295 typedef std::vector<llvm::Instruction *> InstVector; typedef in Instrumenter296 typedef InstVector::iterator InstIterator;298 InstVector m_to_instrument; ///< List of instructions the inspector found