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.cpp11909 MachineBasicBlock *TpExit, Register OpSizeReg, in genTPEntry() argument
11933 .addMBB(TpExit); in genTPEntry()
11946 MachineBasicBlock *TpEntry, MachineBasicBlock *TpExit, in genTPLoopBody() argument
12043 .addMBB(TpExit) in genTPLoopBody()
12111 MachineBasicBlock *TpExit; in EmitInstrWithCustomInserter() local
12125 TpExit = BB->splitAt(MI, false); in EmitInstrWithCustomInserter()
12126 if (TpExit == BB) { in EmitInstrWithCustomInserter()
12129 TpExit = BB->getFallThrough(); in EmitInstrWithCustomInserter()
12131 .addMBB(TpExit) in EmitInstrWithCustomInserter()
12133 TpExit = BB->splitAt(MI, false); in EmitInstrWithCustomInserter()
[all …]