Searched defs:isInstr (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h387 /// isInstr - Return true if this SUnit refers to a machine instruction as
389 bool isInstr() const { return Instr; } function
579 if (SU->isInstr()) return &SU->getInstr()->getDesc();

Completed in 193 milliseconds