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

  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 54 bool runOnMachineBasicBlock(MachineBasicBlock &MBB);
65 Changed |= runOnMachineBasicBlock(*FI);
105 /// runOnMachineBasicBlock - Fill in delay slots for the given basic block.
108 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB) {
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 181 Changed |= runOnMachineBasicBlock(*FI);
198 bool runOnMachineBasicBlock(MachineBasicBlock &MBB);
560 /// runOnMachineBasicBlock - Fill in delay slots for the given basic block.
562 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB) {

Completed in 40 milliseconds