Home
last modified time | relevance | path

Searched defs:InstructionListType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/bolt/include/bolt/Core/
H A DMCPlus.h25 using InstructionListType = std::vector<MCInst>; variable
/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp35 using InstructionListType = SmallVector<Instruction *, 2>; typedef