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

References

lib/Target/AMDGPU/SIInstrInfo.cpp
 1950   if (I == E)
 1955   while (I != E && !I->isBranch() && !I->isReturn() &&
 1955   while (I != E && !I->isBranch() && !I->isReturn() &&
 1955   while (I != E && !I->isBranch() && !I->isReturn() &&
 1956          I->getOpcode() != AMDGPU::SI_MASK_BRANCH) {
 1957     switch (I->getOpcode()) {
 1977     ++I;
 1980   if (I == E)
 1983   if (I->getOpcode() != AMDGPU::SI_MASK_BRANCH)
 1984     return analyzeBranchImpl(MBB, I, TBB, FBB, Cond, AllowModify);
 1986   ++I;
 1989   if (I == MBB.end())
 1992   if (analyzeBranchImpl(MBB, I, TBB, FBB, Cond, AllowModify))
 1995   MachineBasicBlock *MaskBrDest = I->getOperand(0).getMBB();