Searched refs:ValHandle (Results 1 – 2 of 2) sorted by relevance
498 LVIValueHandle ValHandle(Val, this); in hasBlockValue() local499 if (!ValueCache.count(ValHandle)) return false; in hasBlockValue()500 return ValueCache[ValHandle].count(BB); in hasBlockValue()
483 LVIValueHandle ValHandle(V, this); in hasCachedValueInfo() local484 auto I = ValueCache.find(ValHandle); in hasCachedValueInfo()