Home
last modified time | relevance | path

Searched refs:handleConstantPoolUser (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp394 bool handleConstantPoolUser(unsigned CPUserIndex);
493 CPChange |= handleConstantPoolUser(i); in runOnMachineFunction()
1328 bool MipsConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { in handleConstantPoolUser() function in MipsConstantIslands
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp309 bool handleConstantPoolUser(unsigned CPUserIndex, bool CloserWater);
472 CPChange |= handleConstantPoolUser(i, NoCPIters >= CPMaxIteration / 2); in runOnMachineFunction()
1507 bool ARMConstantIslands::handleConstantPoolUser(unsigned CPUserIndex, in handleConstantPoolUser() function in ARMConstantIslands