Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DBranchFolding.cpp1039 MachineBasicBlock::iterator MBB1I = --MBB1->end(); in IsBetterFallthrough() local
1040 while (MBB1I->isDebugValue()) in IsBetterFallthrough()
1041 --MBB1I; in IsBetterFallthrough()
1045 return MBB2I->isCall() && !MBB1I->isCall(); in IsBetterFallthrough()