Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h31 using BasicBlockListType = std::vector<BasicBlock *>; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp184 using BasicBlockListType = SmallVector<BasicBlock *, 8>; typedef