Lines Matching defs:BitTestBlock
286 struct BitTestBlock { struct
287 BitTestBlock(APInt F, APInt R, const Value *SV, unsigned Rg, MVT RgVT, in BitTestBlock() argument
293 APInt First;
294 APInt Range;
295 const Value *SValue;
296 unsigned Reg;
297 MVT RegVT;
298 bool Emitted;
299 bool ContiguousRange;
300 MachineBasicBlock *Parent;
301 MachineBasicBlock *Default;
302 BitTestInfo Cases;
303 BranchProbability Prob;
304 BranchProbability DefaultProb;