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 51 bool runOnMachineBasicBlock(MachineBasicBlock &MBB);
56 Changed |= runOnMachineBasicBlock(*FI);
99 /// runOnMachineBasicBlock - Fill in delay slots for the given basic block.
102 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB) {
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 190 Changed |= runOnMachineBasicBlock(*FI);
200 bool runOnMachineBasicBlock(MachineBasicBlock &MBB);
490 /// runOnMachineBasicBlock - Fill in delay slots for the given basic block.
492 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB) {

Completed in 42 milliseconds