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.cpp11853 .addMBB(TpExit); in genTPEntry()
11963 .addMBB(TpExit) in genTPLoopBody()
12031 MachineBasicBlock *TpExit; in EmitInstrWithCustomInserter() local
12045 TpExit = BB->splitAt(MI, false); in EmitInstrWithCustomInserter()
12046 if (TpExit == BB) { in EmitInstrWithCustomInserter()
12049 TpExit = BB->getFallThrough(); in EmitInstrWithCustomInserter()
12051 .addMBB(TpExit) in EmitInstrWithCustomInserter()
12053 TpExit = BB->splitAt(MI, false); in EmitInstrWithCustomInserter()
12071 TpLoopBody->addSuccessor(TpExit); in EmitInstrWithCustomInserter()
12075 TpExit->moveAfter(TpLoopBody); in EmitInstrWithCustomInserter()
[all …]