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

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp406 bool removeUnusedCPEntries();
494 MadeChange |= removeUnusedCPEntries();
1480 /// removeUnusedCPEntries - Remove constant pool entries whose refcounts
1482 bool MipsConstantIslands::removeUnusedCPEntries() { function in class:MipsConstantIslands
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp293 bool removeUnusedCPEntries();
439 MadeChange |= removeUnusedCPEntries();
1486 /// removeUnusedCPEntries - Remove constant pool entries whose refcounts
1488 bool ARMConstantIslands::removeUnusedCPEntries() { function in class:ARMConstantIslands

Completed in 60 milliseconds