Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DADCE.cpp82 struct BlockInfoType *Block = nullptr;
86 struct BlockInfoType { struct
125 MapVector<BasicBlock *, BlockInfoType> BlockInfo;
164 void markLive(BlockInfoType &BB);
404 void AggressiveDeadCodeElimination::markLive(BlockInfoType &BBInfo) { in markLive()
598 BlockInfoType *PreferredSucc = nullptr; in updateDeadRegions()