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

/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp51 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) { function in class:Filler
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp190 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) { function in class:Filler

Completed in 58 milliseconds