HomeSort by: relevance | last modified time | path
    Searched refs:FoundVal (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map.h 299 bool FoundVal = LookupBucketFor(B->getFirst(), DestBucket);
300 (void)FoundVal; // silence warning.
301 CHECK(!FoundVal);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp 2646 auto *FoundVal = findPHIOfOpsLeader(E, OrigInst, PredBB);
2647 if (!FoundVal) {
2653 if (auto *SI = dyn_cast<StoreInst>(FoundVal))
2654 FoundVal = SI->getValueOperand();
2655 return FoundVal;
2727 Value *FoundVal = nullptr;
2761 FoundVal = !SafeForPHIOfOps ? nullptr
2765 if (!FoundVal) {
2779 FoundVal = UndefValue::get(I->getType());
2783 PHIOps.push_back({FoundVal, PredBB})
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMap.h 406 bool FoundVal = LookupBucketFor(B->getFirst(), DestBucket);
407 (void)FoundVal; // silence warning.
408 assert(!FoundVal && "Key already in new map?");

Completed in 29 milliseconds