Searched defs:AliveBlocks (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveVariables.h60 /// There is one killing instruction, and AliveBlocks is empty.
63 /// throughout any blocks, these blocks are listed in AliveBlocks. Blocks
64 /// where the liveness range ends are not included in AliveBlocks, instead
72 /// but does include the predecessor block in the AliveBlocks set (unless that
75 /// node in the successor. In this case, AliveBlocks is empty (the value is
80 /// AliveBlocks - Set of blocks in which this value is alive completely
84 SparseBitVector<> AliveBlocks; member in struct:llvm::LiveVariables::VarInfo

Completed in 95 milliseconds