HomeSort by relevance Sort by last modified time
    Searched defs:getLastNonDebugInstr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 165 MachineBasicBlock::iterator MachineBasicBlock::getLastNonDebugInstr() {
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 328 /// getLastNonDebugInstr - returns an iterator to the last non-debug
330 iterator getLastNonDebugInstr();
332 const_iterator getLastNonDebugInstr() const {
333 return const_cast<MachineBasicBlock*>(this)->getLastNonDebugInstr();

Completed in 121 milliseconds