Lines Matching refs:Result
383 // clobber result, allowing the client to decide to widen the load if
452 // a subsequent bitcast of the malloc call result. There can be stores to
494 // Check for a cached result
541 // Remember the result!
564 /// "NonLocal" result for all blocks where the value is live across.
714 SmallVectorImpl<NonLocalDepResult> &Result) {
717 Result.clear();
727 Result, Visited, true))
729 Result.clear();
730 Result.push_back(NonLocalDepResult(FromBB,
738 /// add the result to the cache.
857 SmallVectorImpl<NonLocalDepResult> &Result,
896 isLoad, StartBB, Result, Visited,
915 isLoad, StartBB, Result, Visited,
925 // We have a fully cached result for this query then we can just return the
938 // that something was clobbered in this result. We could also do a
949 Result.push_back(NonLocalDepResult(I->getBB(), I->getResult(), Addr));
957 // than its valid cache info. If empty, the result will be valid cache info,
995 Result.push_back(NonLocalDepResult(BB, Dep, Pointer.getAddr()));
1078 // pointer. We can't represent the result of this case, so we just
1114 // result conflicted with the Visited list; we have to conservatively
1120 Result, Visited)) {
1121 // Add the entry to the Result list.
1123 Result.push_back(Entry);
1183 Result.push_back(NonLocalDepResult(I->getBB(), I->getResult(),