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

/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp301 bool handleConstantPoolUser(unsigned CPUserIndex);
409 CPChange |= handleConstantPoolUser(i);
1200 /// handleConstantPoolUser - Analyze the specified user, checking to see if it
1204 bool MipsConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { function in class:MipsConstantIslands
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp290 bool handleConstantPoolUser(unsigned CPUserIndex);
447 CPChange |= handleConstantPoolUser(i);
1358 /// handleConstantPoolUser - Analyze the specified user, checking to see if it
1362 bool ARMConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { function in class:ARMConstantIslands

Completed in 175 milliseconds