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

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp380 void doInitialPlacement(std::vector<MachineInstr*> &CPEMIs);
481 doInitialPlacement(CPEMIs);
535 /// doInitialPlacement - Perform the initial placement of the constant pool
538 MipsConstantIslands::doInitialPlacement(std::vector<MachineInstr*> &CPEMIs) { function in class:MipsConstantIslands
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp277 void doInitialPlacement(std::vector<MachineInstr*> &CPEMIs);
425 doInitialPlacement(CPEMIs);
503 /// doInitialPlacement - Perform the initial placement of the constant pool
506 ARMConstantIslands::doInitialPlacement(std::vector<MachineInstr*> &CPEMIs) { function in class:ARMConstantIslands

Completed in 61 milliseconds