Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11846 MachineBasicBlock *TpExit, Register OpSizeReg, in genTPEntry() argument
11870 .addMBB(TpExit); in genTPEntry()
11883 MachineBasicBlock *TpEntry, MachineBasicBlock *TpExit, in genTPLoopBody() argument
11980 .addMBB(TpExit) in genTPLoopBody()
12048 MachineBasicBlock *TpExit; in EmitInstrWithCustomInserter() local
12062 TpExit = BB->splitAt(MI, false); in EmitInstrWithCustomInserter()
12063 if (TpExit == BB) { in EmitInstrWithCustomInserter()
12066 TpExit = BB->getFallThrough(); in EmitInstrWithCustomInserter()
12068 .addMBB(TpExit) in EmitInstrWithCustomInserter()
12070 TpExit = BB->splitAt(MI, false); in EmitInstrWithCustomInserter()
[all …]