Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp632 MachineBasicBlock *LTB = nullptr, *LFB = nullptr; in getLoopTripCount() local
634 bool NotAnalyzed = TII->analyzeBranch(*Latch, LTB, LFB, LCond, false); in getLoopTripCount()
638 TB = (LTB == Header) ? LTB : LFB; in getLoopTripCount()
640 FB = (LTB == Header) ? LTB: LFB; in getLoopTripCount()
1650 MachineBasicBlock *LTB = nullptr, *LFB = nullptr; in fixupInductionVariable() local
1652 bool NotAnalyzed = TII->analyzeBranch(*Latch, LTB, LFB, LCond, false); in fixupInductionVariable()
1659 TB = (LTB == Header) ? LTB : LFB; in fixupInductionVariable()
1661 FB = (LTB == Header) ? LTB : LFB; in fixupInductionVariable()