Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1260 MachineBasicBlock::iterator MBB2I = MBB2->getLastNonDebugInstr(); in IsBetterFallthrough() local
1261 if (MBB1I == MBB1->end() || MBB2I == MBB2->end()) in IsBetterFallthrough()
1269 return MBB2I->isCall() && !MBB1I->isCall(); in IsBetterFallthrough()