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

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp404 bool handleConstantPoolUser(unsigned CPUserIndex);
504 CPChange |= handleConstantPoolUser(i);
1343 /// handleConstantPoolUser - Analyze the specified user, checking to see if it
1347 bool MipsConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { function in class:MipsConstantIslands
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp291 bool handleConstantPoolUser(unsigned CPUserIndex);
448 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 47 milliseconds