reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86InstrInfo.cpp
 2783     assert(!FBB && "Unconditional branch with multiple successors!");
 2789   bool FallThru = FBB == nullptr;
 2804     if (FBB == nullptr) {
 2805       FBB = getFallThroughMBB(&MBB, TBB);
 2806       assert(FBB && "MBB cannot be the last block in function when the false "
 2810     BuildMI(&MBB, DL, get(X86::JCC_1)).addMBB(FBB).addImm(X86::COND_NE);
 2822     BuildMI(&MBB, DL, get(X86::JMP_1)).addMBB(FBB);