Searched refs:FoundVal (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 299 bool FoundVal = LookupBucketFor(B->getFirst(), DestBucket); in moveFromOldBuckets() local 300 (void)FoundVal; // silence warning. in moveFromOldBuckets() 301 CHECK(!FoundVal); in moveFromOldBuckets()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 2676 auto *FoundVal = findPHIOfOpsLeader(E, OrigInst, PredBB); in findLeaderForInst() local 2677 if (!FoundVal) { in findLeaderForInst() 2683 if (auto *SI = dyn_cast<StoreInst>(FoundVal)) in findLeaderForInst() 2684 FoundVal = SI->getValueOperand(); in findLeaderForInst() 2685 return FoundVal; in findLeaderForInst() 2757 Value *FoundVal = nullptr; in makePossiblePHIOfOps() local 2791 FoundVal = !SafeForPHIOfOps ? nullptr in makePossiblePHIOfOps() 2795 if (!FoundVal) { in makePossiblePHIOfOps() 2809 FoundVal = PoisonValue::get(I->getType()); in makePossiblePHIOfOps() 2813 PHIOps.push_back({FoundVal, PredBB}); in makePossiblePHIOfOps() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizationArtifactCombiner.h | 798 Register FoundVal = findValueFromDef(DefReg, 0, DestTy.getSizeInBits()); in tryCombineUnmergeDefs() local 799 if (!FoundVal) in tryCombineUnmergeDefs() 801 if (MRI.getType(FoundVal) != DestTy) in tryCombineUnmergeDefs() 804 replaceRegOrBuildCopy(DefReg, FoundVal, MRI, MIB, UpdatedDefs, in tryCombineUnmergeDefs()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 406 bool FoundVal = LookupBucketFor(B->getFirst(), DestBucket); in moveFromOldBuckets() local 407 (void)FoundVal; // silence warning. in moveFromOldBuckets() 408 assert(!FoundVal && "Key already in new map?"); in moveFromOldBuckets()
|