Searched refs:LFB (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 632 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() 1652 MachineBasicBlock *LTB = nullptr, *LFB = nullptr; in fixupInductionVariable() local 1654 bool NotAnalyzed = TII->analyzeBranch(*Latch, LTB, LFB, LCond, false); in fixupInductionVariable() 1661 TB = (LTB == Header) ? LTB : LFB; in fixupInductionVariable() 1663 FB = (LTB == Header) ? LTB : LFB; in fixupInductionVariable()
|