Home
last modified time | relevance | path

Searched defs:BasicBlockListType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/bolt/include/bolt/Core/
H A DFunctionLayout.h70 using BasicBlockListType = SmallVector<BinaryBasicBlock *, 0>; variable
142 using BasicBlockListType = SmallVector<BinaryBasicBlock *, 0>; global() variable
H A DBinaryFunction.h553 using BasicBlockListType = SmallVector<BinaryBasicBlock *, 0>; global() variable
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h31 using BasicBlockListType = std::vector<BasicBlock *>; variable
/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp184 using BasicBlockListType = SmallVector<BasicBlock *, 8>; typedef