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

Declarations

lib/Transforms/Scalar/NewGVN.cpp
  831   BasicBlock *getBlockForValue(Value *V) const;

References

lib/Transforms/Scalar/NewGVN.cpp
 1897       if (!DT->dominates(PBranch->To, getBlockForValue(I)))
 1980       E = performSymbolicPHIEvaluation(Ops, I, getBlockForValue(I));
 2595   if (DT->properlyDominates(getBlockForValue(V), PHIBlock)) {
 2600   if (isa<PHINode>(V) && getBlockForValue(V) == PHIBlock) {
 2730       SamePHIBlock = getBlockForValue(OpPHI);
 2731     } else if (SamePHIBlock != getBlockForValue(OpPHI)) {
 2749   auto *PHIBlock = getBlockForValue(OpPHI);
 2774           if (getBlockForValue(ValuePHI) == PHIBlock)
 3350   const BasicBlock *LastBlock = getBlockForValue(InstrFromDFSNum(FirstInstr));
 3367       const BasicBlock *CurrBlock = getBlockForValue(V);
 3565     BasicBlock *BB = getBlockForValue(D);
 3620           IBlock = getBlockForValue(I);
 3657     BasicBlock *BB = getBlockForValue(D);
 3780     if (alwaysAvailable(V) || DT->dominates(getBlockForValue(V), BB))
 3797     if (DT->dominates(getBlockForValue(MemberInst), BB))
 3952             auto *DefBlock = getBlockForValue(Def);
 3955                               << getBlockName(getBlockForValue(Def)) << "\n");