Home
last modified time | relevance | path

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

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