Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3719 const MachineBasicBlock *FTB = MBB.getFallThrough(); in applyExtTsp() local
3724 if (TBB && TBB != FTB) in applyExtTsp()
3726 if (FBB && FBB != FTB) in applyExtTsp()
3728 if (FTB) in applyExtTsp()
3729 Succs.push_back(FTB); in applyExtTsp()