Home
last modified time | relevance | path

Searched refs:InstVector (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp86 using InstVector = SmallVector<Instruction *, 8>; in INITIALIZE_PASS_DEPENDENCY() typedef
87 using IIMap = MapVector<Instruction *, InstVector>; in INITIALIZE_PASS_DEPENDENCY()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp295 typedef std::vector<llvm::Instruction *> InstVector; typedef in Instrumenter
296 typedef InstVector::iterator InstIterator;
298 InstVector m_to_instrument; ///< List of instructions the inspector found