Searched refs:isInstr (Results 1 - 1 of 1) sorted by relevance

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

Completed in 28 milliseconds