HomeSort by relevance Sort by last modified time
    Searched defs:Spills (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 262 // We build up the list of spills for every case where a use is separated
280 // assigned. This works out fine as the users of Spills capture the info about
299 static void dump(StringRef Title, SpillInfo const &Spills) {
302 for (auto const &E : Spills) {
370 // ... spills ...
373 SpillInfo &Spills) {
397 for (auto &S : Spills) {
472 static Instruction *insertSpills(SpillInfo &Spills, coro::Shape &Shape) {
489 // all the spills.
509 for (auto const &E : Spills) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegAllocGreedy.cpp 540 /// Compute and report the number of spills and reloads for a loop.
542 unsigned &FoldedReloads, unsigned &Spills,
545 /// Report the number of spills and reloads for each loop.
548 unsigned Reloads, FoldedReloads, Spills, FoldedSpills;
549 reportNumberOfSplillsReloads(L, Reloads, FoldedReloads, Spills,
    [all...]

Completed in 512 milliseconds