Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInlineSpiller.cpp169 void eliminateRedundantSpills(LiveInterval &LI, VNInfo *VNI);
733 eliminateRedundantSpills(SibLI, SVI.SpillVNI); in hoistSpill()
759 void InlineSpiller::eliminateRedundantSpills(LiveInterval &SLI, VNInfo *VNI) { in eliminateRedundantSpills() function in InlineSpiller
1286 eliminateRedundantSpills(SibLI, SibLI.getVNInfoAt(Idx)); in spillAroundUses()
/external/llvm/test/CodeGen/X86/
Dpr18846.ll7 ; Test for unnecessary repeated spills due to eliminateRedundantSpills failing