HomeSort by relevance Sort by last modified time
    Searched refs:getFirstNonDebugInstr (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 543 iterator getFirstNonDebugInstr();
544 const_iterator getFirstNonDebugInstr() const {
545 return const_cast<MachineBasicBlock *>(this)->getFirstNonDebugInstr();
    [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
IfConversion.cpp     [all...]
TailDuplication.cpp 650 MachineBasicBlock::iterator I = TailBB->getFirstNonDebugInstr();
    [all...]
MachineBasicBlock.cpp 180 MachineBasicBlock::iterator MachineBasicBlock::getFirstNonDebugInstr() {
    [all...]

Completed in 648 milliseconds