Searched defs:OverDefinedCacheUpdater (Results 1 – 1 of 1) sorted by relevance
346 struct OverDefinedCacheUpdater { struct in __anona6ccb7b20311::LazyValueInfoCache347 LazyValueInfoCache *Parent;348 Value *Val;349 BasicBlock *BB;350 LVILatticeVal &BBLV;352 OverDefinedCacheUpdater(Value *V, BasicBlock *B, LVILatticeVal &LV, in OverDefinedCacheUpdater() function356 bool markResult(bool changed) { in markResult()