Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp221 SmallVectorImpl<MachineBasicBlock *> &DirtyPreds,
488 ArrayRef<MachineBasicBlock *> DirtyPreds, in tryToSplitRestore() argument
497 for (MachineBasicBlock *BB : DirtyPreds) in tryToSplitRestore()
513 for (MachineBasicBlock *SuccBB : DirtyPreds) in tryToSplitRestore()
532 ArrayRef<MachineBasicBlock *> DirtyPreds, in rollbackRestoreSplit() argument
538 for (MachineBasicBlock *BB : DirtyPreds) in rollbackRestoreSplit()
543 for (MachineBasicBlock *SuccBB : DirtyPreds) in rollbackRestoreSplit()
559 SmallVectorImpl<MachineBasicBlock *> &DirtyPreds, in checkIfRestoreSplittable() argument
571 DirtyPreds.push_back(PredBB); in checkIfRestoreSplittable()
576 return !(CleanPreds.empty() || DirtyPreds.empty()); in checkIfRestoreSplittable()
[all …]