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

References

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  978           Pos = I->getNextNode();
  980           Pos = &DFSF.F->getEntryBlock().front();
  981         while (isa<PHINode>(Pos) || isa<AllocaInst>(Pos))
  981         while (isa<PHINode>(Pos) || isa<AllocaInst>(Pos))
  982           Pos = Pos->getNextNode();
  982           Pos = Pos->getNextNode();
  983         IRBuilder<> IRB(Pos);
  986             Ne, Pos, /*Unreachable=*/false, ColdCallWeights));