Home | History | Annotate | Download | only in CodeGen

Lines Matching full:blocks

50   /// Additional information about basic blocks where the current variable is
64 /// Live-through blocks without any uses don't get BlockInfo entries. They
95 /// UseBlocks - Blocks where CurLI has uses.
98 /// NumGapBlocks - Number of duplicate entries in UseBlocks for blocks where
105 /// NumThroughBlocks - Number of live-through blocks.
163 /// getUseBlocks - Return an array of BlockInfo objects for the basic blocks
167 /// getNumThroughBlocks - Return the number of through blocks.
173 /// getThroughBlocks - Return the set of through blocks.
176 /// getNumLiveBlocks - Return the number of blocks where CurLI is live.
181 /// countLiveBlocks - Return the number of blocks where li is live. This is