Searched refs:getMatchingId (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 443 getMatchingId() == Inst.getMatchingId()); in isMatchingMemLoc() 451 int getMatchingId() const { in getMatchingId() function in __anoncdf6c96d0311::EarlyCSE::ParseMemoryInst 639 InVal.MatchingId == MemInst.getMatchingId() && in processNode() 660 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode() 718 InVal.MatchingId == MemInst.getMatchingId() && in processNode() 772 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 699 getMatchingId() == Inst.getMatchingId()); in isMatchingMemLoc() 708 int getMatchingId() const { in getMatchingId() function in __anon6184f90f0311::EarlyCSE::ParseMemoryInst 1116 InVal.MatchingId == MemInst.getMatchingId() && in processNode() 1145 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode() 1210 InVal.MatchingId == MemInst.getMatchingId() && in processNode() 1282 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 752 int getMatchingId() const { in getMatchingId() function in __anon3ae9eefb0311::EarlyCSE::ParseMemoryInst 1083 if (InVal.MatchingId != MemInst.getMatchingId()) in getMatchingValue() 1136 if (Earlier.getMatchingId() != Later.getMatchingId()) in overridingStores() 1395 MemInst.getMatchingId(), in processNode() 1519 MemInst.getMatchingId(), in processNode()
|