Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h411 bool canFold; member
413 : index(i), vreg(vr), canFold(f) {} in SRInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp1592 Info.canFold = !HasUse; in rewriteInstructionsForSpills()
1616 SII->second.back().canFold = false; in rewriteInstructionsForSpills()
1622 RII->second.back().canFold = false; in rewriteInstructionsForSpills()
1657 Restores[i].canFold) in alsoFoldARestore()
1911 if (spills[i].canFold) { in addIntervalsForSpills()
1975 if (restores[i].canFold) { in addIntervalsForSpills()