Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp640 mutable DenseMap<const IntrinsicInst *, const Value *> IntrinsicInstPred; member in __anonf7cb05f80211::NewGVN
2985 IntrinsicInstPred.clear(); in cleanupTables()
4192 auto LookupResult = IntrinsicInstPred.find(I); in shouldSwapOperandsForIntrinsic()
4194 if (LookupResult == IntrinsicInstPred.end()) in shouldSwapOperandsForIntrinsic()
4195 IntrinsicInstPred.insert({I, B}); in shouldSwapOperandsForIntrinsic()
4201 if (LookupResult != IntrinsicInstPred.end()) { in shouldSwapOperandsForIntrinsic()