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

References

lib/Transforms/Scalar/NewGVN.cpp
 3408   NumFuncArgs = F.arg_size();
 3425   ReversePostOrderTraversal<Function *> RPOT(&F);
 3449   initializeCongruenceClasses(F);
 3458   const auto &InstRange = BlockInstRange.lookup(&F.getEntryBlock());
 3460   LLVM_DEBUG(dbgs() << "Block " << getBlockName(&F.getEntryBlock())
 3462   ReachableBlocks.insert(&F.getEntryBlock());
 3466   verifyIterationSettled(F);
 3469   Changed |= eliminateInstructions(F);
 3487   for (auto &BB : make_filter_range(F, UnreachableBlockPred)) {