Searched defs:Spills (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1195 rmRedundantSpills( SmallPtrSet<MachineInstr *, 16> &Spills, SmallVectorImpl<MachineInstr *> &SpillsToRm, DenseMap<MachineDomTreeNode *, MachineInstr *> &SpillBBToSpill) argument
1227 getVisitOrders( MachineBasicBlock *Root, SmallPtrSet<MachineInstr *, 16> &Spills, SmallVectorImpl<MachineDomTreeNode *> &Orders, SmallVectorImpl<MachineInstr *> &SpillsToRm, DenseMap<MachineDomTreeNode *, unsigned> &SpillsToKeep, DenseMap<MachineDomTreeNode *, MachineInstr *> &SpillBBToSpill) argument
1314 runHoistSpills( LiveInterval &OrigLI, VNInfo &OrigVNI, SmallPtrSet<MachineInstr *, 16> &Spills, SmallVectorImpl<MachineInstr *> &SpillsToRm, DenseMap<MachineBasicBlock *, unsigned> &SpillsToIns) argument
[all...]
H A DRegAllocGreedy.cpp551 unsigned Reloads, FoldedReloads, Spills, FoldedSpills; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp322 static void dump(StringRef Title, SpillInfo const &Spills) { argument
586 static Instruction *insertSpills(const SpillInfo &Spills, coro::Shape &Shape) { argument
1358 SpillInfo Spills; local
395 buildFrameType(Function &F, coro::Shape &Shape, SpillInfo &Spills) argument
955 rewriteMaterializableInstructions(IRBuilder< &IRB, SpillInfo const &Spills) argument
[all...]

Completed in 135 milliseconds