Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DADCE.cpp83 struct BlockInfoType *Block = nullptr;
87 struct BlockInfoType { struct
126 MapVector<BasicBlock *, BlockInfoType> BlockInfo;
165 void markLive(BlockInfoType &BB);
405 void AggressiveDeadCodeElimination::markLive(BlockInfoType &BBInfo) { in markLive()
604 BlockInfoType *PreferredSucc = nullptr; in updateDeadRegions()