Searched defs:runOnMachineBasicBlock (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp57 bool runOnMachineBasicBlock(MachineBasicBlock &MBB);
67 Changed |= runOnMachineBasicBlock(*FI);
107 /// runOnMachineBasicBlock - Fill in delay slots for the given basic block.
110 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB) { function in class:Filler
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp180 Changed |= runOnMachineBasicBlock(*FI);
197 bool runOnMachineBasicBlock(MachineBasicBlock &MBB);
492 /// runOnMachineBasicBlock - Fill in delay slots for the given basic block.
494 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB) { function in class:Filler

Completed in 306 milliseconds