Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h87 inline MachineBasicBlock *getWhileLoopStartTargetBB(const MachineInstr &MI) { in getWhileLoopStartTargetBB() function
128 MIB.addMBB(getWhileLoopStartTargetBB(*MI)); // branch target
H A DARMBlockPlacement.cpp160 MachineBasicBlock *LoopExit = getWhileLoopStartTargetBB(*WlsInstr); in fixBackwardsWLS()
187 MachineBasicBlock *WLSTarget = getWhileLoopStartTargetBB(Terminator); in fixBackwardsWLS()
H A DARMLowOverheadLoops.cpp1106 MachineBasicBlock *TargetBB = getWhileLoopStartTargetBB(*Start); in Validate()
1435 MachineBasicBlock *DestBB = getWhileLoopStartTargetBB(*MI); in RevertWhile()
1574 MIB.addMBB(getWhileLoopStartTargetBB(*Start)); in ExpandLoopStart()