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