Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11709 .addMBB(TpExit); in genTPEntry()
11819 .addMBB(TpExit) in genTPLoopBody()
11887 MachineBasicBlock *TpExit; in EmitInstrWithCustomInserter() local
11901 TpExit = BB->splitAt(MI, false); in EmitInstrWithCustomInserter()
11902 if (TpExit == BB) { in EmitInstrWithCustomInserter()
11905 TpExit = BB->getFallThrough(); in EmitInstrWithCustomInserter()
11907 .addMBB(TpExit) in EmitInstrWithCustomInserter()
11909 TpExit = BB->splitAt(MI, false); in EmitInstrWithCustomInserter()
11927 TpLoopBody->addSuccessor(TpExit); in EmitInstrWithCustomInserter()
11931 TpExit->moveAfter(TpLoopBody); in EmitInstrWithCustomInserter()
[all …]