Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp396 bool handleConstantPoolUser(unsigned CPUserIndex);
492 CPChange |= handleConstantPoolUser(i); in runOnMachineFunction()
1303 bool MipsConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { in handleConstantPoolUser() function in MipsConstantIslands
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp262 bool handleConstantPoolUser(unsigned CPUserIndex, bool CloserWater);
472 CPChange |= handleConstantPoolUser(i, NoCPIters >= CPMaxIteration / 2); in runOnMachineFunction()
1536 bool ARMConstantIslands::handleConstantPoolUser(unsigned CPUserIndex, in handleConstantPoolUser() function in ARMConstantIslands