Searched refs:InstVector (Results 1 – 3 of 3) 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
653 CfgVector<Inst *> InstVector(InvariantInsts.begin(), InvariantInsts.end()); in findLoopInvariantInstructions() local654 std::sort(InstVector.begin(), InstVector.end(), in findLoopInvariantInstructions()656 return InstVector; in findLoopInvariantInstructions()