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

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1020 /// IsBetterFallthrough - Return true if it would be clearly better to
1024 static bool IsBetterFallthrough(MachineBasicBlock *MBB1, function
1217 !IsBetterFallthrough(PriorTBB, MBB))

Completed in 4033 milliseconds