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

  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 550 iterator getLastNonDebugInstr();
551 const_iterator getLastNonDebugInstr() const {
552 return const_cast<MachineBasicBlock *>(this)->getLastNonDebugInstr();
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 188 MachineBasicBlock::iterator MachineBasicBlock::getLastNonDebugInstr() {
    [all...]

Completed in 436 milliseconds