Searched refs:InstVector (Results 1 – 4 of 4) sorted by relevance
255 typedef std::vector<llvm::Instruction *> InstVector; typedef in Instrumenter256 typedef InstVector::iterator InstIterator;258 InstVector m_to_instrument; ///< List of instructions the inspector found
92 using InstVector = SmallVector<Instruction *, 8>; in INITIALIZE_PASS_DEPENDENCY() typedef93 using IIMap = MapVector<Instruction *, InstVector>; in INITIALIZE_PASS_DEPENDENCY()
191 auto InstVector = in computeEmbeddings() local193 InstVecMap[&I] = InstVector; in computeEmbeddings()194 BBVector += InstVector; in computeEmbeddings()
328 using InstVector = SmallVectorImpl<Instruction *>; typedef in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj