Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp255 typedef std::vector<llvm::Instruction *> InstVector; typedef in Instrumenter
256 typedef InstVector::iterator InstIterator;
258 InstVector m_to_instrument; ///< List of instructions the inspector found
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp92 using InstVector = SmallVector<Instruction *, 8>; in INITIALIZE_PASS_DEPENDENCY() typedef
93 using IIMap = MapVector<Instruction *, InstVector>; in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp191 auto InstVector = in computeEmbeddings() local
193 InstVecMap[&I] = InstVector; in computeEmbeddings()
194 BBVector += InstVector; in computeEmbeddings()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp328 using InstVector = SmallVectorImpl<Instruction *>; typedef in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj