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

References

include/llvm/Transforms/Utils/SSAUpdaterImpl.h
  172       Info->BlkNum = -1;
  179       if (Info->BlkNum == -2) {
  181         Info->BlkNum = BlkNum++;
  193       Info->BlkNum = -2;
  200         if (!SuccInfo || SuccInfo->BlkNum)
  202         SuccInfo->BlkNum = -1;
  206     PseudoEntry->BlkNum = BlkNum;
  216       while (Blk1->BlkNum < Blk2->BlkNum) {
  216       while (Blk1->BlkNum < Blk2->BlkNum) {
  221       while (Blk2->BlkNum < Blk1->BlkNum) {
  221       while (Blk2->BlkNum < Blk1->BlkNum) {
  255           if (Pred->BlkNum == 0) {
  259             Pred->BlkNum = PseudoEntry->BlkNum;
  259             Pred->BlkNum = PseudoEntry->BlkNum;
  260             PseudoEntry->BlkNum++;