Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp494 SmallPtrSet<MachineBasicBlock *, 8> MBBFallthrough; in tryToSplitRestore() local
497 MBBFallthrough.insert(BB); in tryToSplitRestore()
516 for (MachineBasicBlock *BBToUpdate : MBBFallthrough) in tryToSplitRestore()