Lines Matching refs:Cache
394 DenseMap<Value *, Value *> &Cache) {
395 auto CacheIt = Cache.find(Cond);
396 if (CacheIt != Cache.end())
413 Cache[Cond] = Cond;
424 FindLIVLoopCondition(BO->getOperand(0), L, Changed, Cache)) {
425 Cache[Cond] = LHS;
429 FindLIVLoopCondition(BO->getOperand(1), L, Changed, Cache)) {
430 Cache[Cond] = RHS;
435 Cache[Cond] = nullptr;
440 DenseMap<Value *, Value *> Cache;
441 return FindLIVLoopCondition(Cond, L, Changed, Cache);
1082 // whole function's cache.