Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DBranchFolding.cpp1169 MachineBasicBlock::iterator MBB1I = MBB1->getLastNonDebugInstr(); in IsBetterFallthrough() local
1171 if (MBB1I == MBB1->end() || MBB2I == MBB2->end()) in IsBetterFallthrough()
1179 return MBB2I->isCall() && !MBB1I->isCall(); in IsBetterFallthrough()