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

References

lib/Transforms/Scalar/GVN.cpp
 2287     assignBlockRPONumber(*CurrentBlock->getParent());
 2290   for (BasicBlock *P : predecessors(CurrentBlock)) {
 2300     assert(BlockRPONumber.count(P) && BlockRPONumber.count(CurrentBlock) &&
 2302     if (BlockRPONumber[P] >= BlockRPONumber[CurrentBlock] &&
 2305             return Inst->getParent() == CurrentBlock;
 2312     uint32_t TValNo = VN.phiTranslate(P, CurrentBlock, ValNo, *this);
 2360     unsigned SuccNum = GetSuccessorNumber(PREPred, CurrentBlock);
 2367     if (!performScalarPREInsertion(PREInstr, PREPred, CurrentBlock, ValNo)) {
 2384                       CurInst->getName() + ".pre-phi", &CurrentBlock->front());
 2398   VN.eraseTranslateCacheEntry(ValNo, *CurrentBlock);
 2399   addToLeaderTable(ValNo, Phi, CurrentBlock);
 2405   removeFromLeaderTable(ValNo, CurInst, CurrentBlock);