Searched defs:FallThrough (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1063 MachineFunction::iterator FallThrough = MBB; local
1064 ++FallThrough;
1074 if (FallThrough == MF.end()) {
1081 Pred->ReplaceUsesOfBlockWith(MBB, FallThrough);
1086 MJTI->ReplaceMBBInJumpTables(MBB, FallThrough);
1199 MachineFunction::iterator(PriorTBB) == FallThrough &&
1208 if (FallThrough == --MF.end() &&
1430 if (FallThrough != MF.end() &&
1432 PrevBB.isSuccessor(FallThrough)) {
H A DIfConversion.cpp1541 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : NULL; local
1546 if (Succ == FallThrough)
1577 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : NULL; local
1582 if (Succ == FallThrough)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2057 MachineBasicBlock *FallThrough; local
2059 FallThrough = CurMF->CreateMachineBasicBlock(CurBlock->getBasicBlock());
2060 CurMF->insert(BBI, FallThrough);
2066 FallThrough = Default;
2082 CaseBlock CB(CC, LHS, RHS, MHS, /* truebb */ I->BB, /* falsebb */ FallThrough,
2096 CurBlock = FallThrough;

Completed in 123 milliseconds