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,
491 ArrayRef<MachineBasicBlock *> DirtyPreds, in tryToSplitRestore() argument
500 for (MachineBasicBlock *BB : DirtyPreds) in tryToSplitRestore()
516 for (MachineBasicBlock *SuccBB : DirtyPreds) in tryToSplitRestore()
535 ArrayRef<MachineBasicBlock *> DirtyPreds, in rollbackRestoreSplit() argument
541 for (MachineBasicBlock *BB : DirtyPreds) in rollbackRestoreSplit()
546 for (MachineBasicBlock *SuccBB : DirtyPreds) in rollbackRestoreSplit()
562 SmallVectorImpl<MachineBasicBlock *> &DirtyPreds, in checkIfRestoreSplittable() argument
574 DirtyPreds.push_back(PredBB); in checkIfRestoreSplittable()
579 return !(CleanPreds.empty() || DirtyPreds.empty()); in checkIfRestoreSplittable()
[all …]