Home
last modified time | relevance | path

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

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