Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp581 BasicBlock *CommSucc, *OtherSucc; in computeOutliningInfo() local
582 std::tie(CommSucc, OtherSucc) = GetCommonSucc(Succ1, Succ2); in computeOutliningInfo()
588 CurrEntry = OtherSucc; in computeOutliningInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11314 MachineBasicBlock *OtherSucc(MachineBasicBlock *MBB, MachineBasicBlock *Succ) { in OtherSucc() function
12239 MachineBasicBlock *exitMBB = OtherSucc(BB, destMBB); in EmitInstrWithCustomInserter()