Searched refs:isInstr (Results 1 – 4 of 4) sorted by relevance
334 bool isInstr() const { return Instr; }513 if (SU->isInstr()) return &SU->getInstr()->getDesc();
378 bool isInstr() const { return Instr; }603 if (SU->isInstr()) return &SU->getInstr()->getDesc();
53 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() function
2101 if (!IndexType::isInstr(Range.start()) || in optimizeSpillSlots()2102 !IndexType::isInstr(Range.end())) in optimizeSpillSlots()