Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp641 mutable DenseMap<const IntrinsicInst *, const Value *> IntrinsicInstPred; member in __anonb3555ec80211::NewGVN
2988 IntrinsicInstPred.clear(); in cleanupTables()
4214 auto LookupResult = IntrinsicInstPred.find(I); in shouldSwapOperandsForIntrinsic()
4216 if (LookupResult == IntrinsicInstPred.end()) in shouldSwapOperandsForIntrinsic()
4217 IntrinsicInstPred.insert({I, B}); in shouldSwapOperandsForIntrinsic()
4223 if (LookupResult != IntrinsicInstPred.end()) { in shouldSwapOperandsForIntrinsic()