Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp91 using InstVector = SmallVector<Instruction *, 8>; in INITIALIZE_PASS_DEPENDENCY() typedef
92 using IIMap = MapVector<Instruction *, InstVector>; in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp292 typedef std::vector<llvm::Instruction *> InstVector; typedef in Instrumenter
293 typedef InstVector::iterator InstIterator;
295 InstVector m_to_instrument; ///< List of instructions the inspector found
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp334 using InstVector = SmallVectorImpl<Instruction *>; typedef in __anon0cf5899c0111::WebAssemblyLowerEmscriptenEHSjLj
338 Function &F, InstVector &SetjmpTableInsts,
339 InstVector &SetjmpTableSizeInsts,
342 handleLongjmpableCallsForWasmSjLj(Function &F, InstVector &SetjmpTableInsts,
343 InstVector &SetjmpTableSizeInsts,
1457 Function &F, InstVector &SetjmpTableInsts, InstVector &SetjmpTableSizeInsts, in handleLongjmpableCallsForEmscriptenSjLj()
1661 Function &F, InstVector &SetjmpTableInsts, InstVector &SetjmpTableSizeInsts, in handleLongjmpableCallsForWasmSjLj()