Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp637 mutable DenseMap<const IntrinsicInst *, const Value *> IntrinsicInstPred; member in __anonb04f3f7e0211::NewGVN
2988 IntrinsicInstPred.clear(); in cleanupTables()
4209 auto LookupResult = IntrinsicInstPred.find(I); in shouldSwapOperandsForIntrinsic()
4211 if (LookupResult == IntrinsicInstPred.end()) in shouldSwapOperandsForIntrinsic()
4212 IntrinsicInstPred.insert({I, B}); in shouldSwapOperandsForIntrinsic()
4218 if (LookupResult != IntrinsicInstPred.end()) { in shouldSwapOperandsForIntrinsic()