Searched refs:InstVector (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | UnifyLoopExits.cpp | 94 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 D | IRDynamicChecks.cpp | 295 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 D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 333 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()
|