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

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp292 void removeDeadCPEMI(MachineInstr *CPEMI);
1105 removeDeadCPEMI(CPEMI);
1461 /// removeDeadCPEMI - Remove a dead constant pool entry instruction. Update
1463 void ARMConstantIslands::removeDeadCPEMI(MachineInstr *CPEMI) { function in class:ARMConstantIslands
1494 removeDeadCPEMI(CPEs[j].CPEMI);
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp405 void removeDeadCPEMI(MachineInstr *CPEMI);
1067 removeDeadCPEMI(CPEMI);
1455 /// removeDeadCPEMI - Remove a dead constant pool entry instruction. Update
1457 void MipsConstantIslands::removeDeadCPEMI(MachineInstr *CPEMI) { function in class:MipsConstantIslands
1488 removeDeadCPEMI(CPEs[j].CPEMI);

Completed in 77 milliseconds