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

References

lib/Transforms/Utils/SimplifyCFG.cpp
 2958   if (!PStore || !QStore)
 2962   if (!QStore->isUnordered() || !PStore->isUnordered())
 2986   for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end();
 2986   for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end();
 2988     if (&*I != PStore && I->mayReadOrWriteMemory())
 3025   const SmallVector<StoreInst *, 2> FreeStores = {PStore, QStore};
 3053   Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(),
 3054                                                 PStore->getParent());
 3060   Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond);
 3074   PStore->getAAMetadata(AAMD, /*Merge=*/false);
 3075   PStore->getAAMetadata(AAMD, /*Merge=*/true);
 3077   unsigned PAlignment = PStore->getAlignment();
 3102   PStore->eraseFromParent();