Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Val

97 /// RemoveFromReverseMap - This is a helper function that removes Val from
102 Instruction *Inst, KeyTy Val) {
106 bool Found = InstIt->second.erase(Val);
871 NonLocalDepEntry Val = Cache.back();
874 std::upper_bound(Cache.begin(), Cache.end()-1, Val);
875 Cache.insert(Entry, Val);
881 NonLocalDepEntry Val = Cache.back();
884 std::upper_bound(Cache.begin(), Cache.end(), Val);
885 Cache.insert(Entry, Val);
1272 // Remove all of the entries in the BB->val map. This involves removing
1494 const NonLocalDepInfo &Val = I->second.NonLocalDeps;
1495 for (NonLocalDepInfo::const_iterator II = Val.begin(), E = Val.end();