Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp418 DenseMap<MachineBasicBlock *, MachineBasicBlock *> FollowThroughBB; in adjustBranch() local
431 FollowThroughBB[PrevBB] = &MBB; in adjustBranch()
436 FollowThroughBB[PrevBB] = nullptr; in adjustBranch()
483 MachineBasicBlock *FollowBB = FollowThroughBB[MBB]; in adjustBranch()