Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp81 struct BlockInfoType *Block = nullptr;
85 struct BlockInfoType { struct
130 MapVector<BasicBlock *, BlockInfoType> BlockInfo;
169 void markLive(BlockInfoType &BB);
409 void AggressiveDeadCodeElimination::markLive(BlockInfoType &BBInfo) { in markLive()
629 BlockInfoType *PreferredSucc = nullptr; in updateDeadRegions()