Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp402 bool handleConstantPoolUser(unsigned CPUserIndex);
498 CPChange |= handleConstantPoolUser(i); in runOnMachineFunction()
1322 bool MipsConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { in handleConstantPoolUser() function in MipsConstantIslands
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp255 bool handleConstantPoolUser(unsigned CPUserIndex, bool CloserWater);
417 CPChange |= handleConstantPoolUser(i, NoCPIters >= CPMaxIteration / 2); in runOnMachineFunction()
1450 bool ARMConstantIslands::handleConstantPoolUser(unsigned CPUserIndex, in handleConstantPoolUser() function in ARMConstantIslands