Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DLiveness.cpp26 struct BlockInfoBuilder { struct
30 BlockInfoBuilder() : block(nullptr) {} in BlockInfoBuilder() argument
33 BlockInfoBuilder(Block *block) : block(block) { in BlockInfoBuilder() function
106 BlockInfoBuilder &builder = source[succ]; in updateLiveOut()
130 DenseMap<Block *, BlockInfoBuilder> &builders) { in buildBlockMapping()
134 BlockInfoBuilder &builder = in buildBlockMapping()
144 BlockInfoBuilder &builder = builders[current]; in buildBlockMapping()
167 DenseMap<Block *, BlockInfoBuilder> builders; in build()
172 BlockInfoBuilder &builder = entry.second; in build()