Home
last modified time | relevance | path

Searched refs:FoundVal (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDenseMap.h415 bool FoundVal = LookupBucketFor(B->first, DestBucket); in grow() local
416 (void)FoundVal; // silence warning. in grow()
417 assert(!FoundVal && "Key already in new map?"); in grow()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp2695 auto *FoundVal = findPHIOfOpsLeader(E, OrigInst, PredBB); in findLeaderForInst() local
2696 if (!FoundVal) { in findLeaderForInst()
2702 if (auto *SI = dyn_cast<StoreInst>(FoundVal)) in findLeaderForInst()
2703 FoundVal = SI->getValueOperand(); in findLeaderForInst()
2704 return FoundVal; in findLeaderForInst()
2776 Value *FoundVal = nullptr; in makePossiblePHIOfOps() local
2810 FoundVal = !SafeForPHIOfOps ? nullptr in makePossiblePHIOfOps()
2814 if (!FoundVal) { in makePossiblePHIOfOps()
2828 FoundVal = UndefValue::get(I->getType()); in makePossiblePHIOfOps()
2832 PHIOps.push_back({FoundVal, PredBB}); in makePossiblePHIOfOps()
[all …]
/external/llvm/include/llvm/ADT/
DDenseMap.h332 bool FoundVal = LookupBucketFor(B->getFirst(), DestBucket); in moveFromOldBuckets() local
333 (void)FoundVal; // silence warning. in moveFromOldBuckets()
334 assert(!FoundVal && "Key already in new map?"); in moveFromOldBuckets()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h347 bool FoundVal = LookupBucketFor(B->getFirst(), DestBucket); in moveFromOldBuckets() local
348 (void)FoundVal; // silence warning. in moveFromOldBuckets()
349 assert(!FoundVal && "Key already in new map?"); in moveFromOldBuckets()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDenseMap.h372 bool FoundVal = LookupBucketFor(B->getFirst(), DestBucket); in moveFromOldBuckets() local
373 (void)FoundVal; // silence warning. in moveFromOldBuckets()
374 assert(!FoundVal && "Key already in new map?"); in moveFromOldBuckets()