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

References

lib/Analysis/MemorySSA.cpp
  405   if (MSSA.isLiveOnEntryDef(Start)) {
  406     assert(MSSA.isLiveOnEntryDef(ClobberAt) &&
  432           FoundClobber = FoundClobber || MSSA.isLiveOnEntryDef(MD);
  446       assert(!MSSA.isLiveOnEntryDef(MA) && "Hit liveOnEntry before clobber?");
  574         if (MSSA.isLiveOnEntryDef(MD))
  688       assert(!MSSA.isLiveOnEntryDef(Res.Result) && "liveOnEntry is a clobber");
  795       assert(!MSSA.isLiveOnEntryDef(Current) &&
 1463       if (MSSA->isLiveOnEntryDef(VersionStack[UpperBound]))
 2053     assert(isLiveOnEntryDef(Use) &&
 2120   if (isLiveOnEntryDef(Dominatee))
 2125   if (isLiveOnEntryDef(Dominator))
 2144   if (isLiveOnEntryDef(Dominatee))
 2341   if (MSSA->isLiveOnEntryDef(StartingUseOrDef))
 2416     if (MSSA->isLiveOnEntryDef(DefiningAccess)) {
 2424     if (MSSA->isLiveOnEntryDef(OptimizedAccess))
lib/Analysis/MemorySSAUpdater.cpp
  552     if (!MSSA->isLiveOnEntryDef(DefMUD)) {
  682         if (!MSSA->isLiveOnEntryDef(IncMUD)) {
 1274   assert(!MSSA->isLiveOnEntryDef(MA) &&
lib/Transforms/Scalar/GVNHoist.cpp
  534     if (NewBB == DBB && !MSSA->isLiveOnEntryDef(D))
lib/Transforms/Scalar/LICM.cpp
 1242               if (!MSSA->isLiveOnEntryDef(MD) &&
 1272       return MSSA->isLiveOnEntryDef(Source) ||
 2297     return !MSSA->isLiveOnEntryDef(Source) &&
lib/Transforms/Scalar/NewGVN.cpp
 1506   if (!MSSA->isLiveOnEntryDef(DefiningAccess)) {
 3125   if (MSSA->isLiveOnEntryDef(First))
 3141     if (MSSA->isLiveOnEntryDef(ChainDef))
 3196         if (!Result || MSSA->isLiveOnEntryDef(Pair.first) ||
unittests/Analysis/MemorySSATest.cpp
  509     EXPECT_TRUE(MSSA.isLiveOnEntryDef(cast<MemoryAccess>(Op.get())));
  513   EXPECT_TRUE(MSSA.isLiveOnEntryDef(LoadAccess->getDefiningAccess()));
  566       MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(LoadInst)));
  570       MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(LoadInst)));
  574     EXPECT_TRUE(MSSA.isLiveOnEntryDef(Operand));
  581   EXPECT_TRUE(MSSA.isLiveOnEntryDef(LoadAccess->getDefiningAccess()));
  642   EXPECT_TRUE(MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(SI)));
  676   EXPECT_TRUE(MSSA.isLiveOnEntryDef(LiveOnEntry));
  682   EXPECT_TRUE(MSSA.isLiveOnEntryDef(LiveOnEntry));
  813   EXPECT_TRUE(MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(SIA)));