Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp323 using SpillInfo = SmallMapVector<Value *, SmallVector<Instruction *, 2>, 8>; typedef
337 SpillInfo Spills;
419 static void dumpSpills(StringRef Title, const SpillInfo &Spills) { in dumpSpills()
2109 const SpillInfo &Spills) { in rewriteMaterializableInstructions()
2784 SpillInfo Spills; in buildCoroutineFrame()