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

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

Completed in 112 milliseconds