Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp94 using InstVector = SmallVector<Instruction *, 8>; in INITIALIZE_PASS_DEPENDENCY() typedef
95 using IIMap = MapVector<Instruction *, InstVector>; in INITIALIZE_PASS_DEPENDENCY()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp333 using InstVector = SmallVectorImpl<Instruction *>; typedef in __anonc271918b0111::WebAssemblyLowerEmscriptenEHSjLj
337 Function &F, InstVector &SetjmpTableInsts,
338 InstVector &SetjmpTableSizeInsts,
341 handleLongjmpableCallsForWasmSjLj(Function &F, InstVector &SetjmpTableInsts,
342 InstVector &SetjmpTableSizeInsts,
1463 Function &F, InstVector &SetjmpTableInsts, InstVector &SetjmpTableSizeInsts, in handleLongjmpableCallsForEmscriptenSjLj()
1667 Function &F, InstVector &SetjmpTableInsts, InstVector &SetjmpTableSizeInsts, in handleLongjmpableCallsForWasmSjLj()