Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Analysis/
H A DLiveness.cpp27 struct BlockInfoBuilder { struct
28 using ValueSetT = Liveness::ValueSetT;
34 BlockInfoBuilder(Block *block) : block(block) { in BlockInfoBuilder() function
87 bool updateLiveIn() { in updateLiveIn()
104 void updateLiveOut(const DenseMap<Block *, BlockInfoBuilder> &builders) { in updateLiveOut()
112 Block *block{nullptr};
115 ValueSetT inValues;
118 ValueSetT outValues;
121 ValueSetT defValues;
124 ValueSetT useValues;