Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp402 bool handleConstantPoolUser(unsigned CPUserIndex);
502 CPChange |= handleConstantPoolUser(i); in runOnMachineFunction()
1343 bool MipsConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { in handleConstantPoolUser() function in MipsConstantIslands
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp304 bool handleConstantPoolUser(unsigned CPUserIndex, bool CloserWater);
467 CPChange |= handleConstantPoolUser(i, NoCPIters >= CPMaxIteration / 2); in runOnMachineFunction()
1503 bool ARMConstantIslands::handleConstantPoolUser(unsigned CPUserIndex, in handleConstantPoolUser() function in ARMConstantIslands