Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DMemorySSA.h883 CurrentPair.first = nullptr;
891 CurrentPair.first = nullptr;
901 return CurrentPair;
918 CurrentPair.first = *DefIterator;
927 CurrentPair.second = Location.getWithNewPtr(Translator.getAddr());
931 CurrentPair.second = Location;
934 MemoryAccessPair CurrentPair;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemorySSA.h1145 CurrentPair.first = nullptr;
1151 upward_defs_iterator() { CurrentPair.first = nullptr; }
1160 return CurrentPair;
1177 CurrentPair.first = *DefIterator;
1186 CurrentPair.second = Location.getWithNewPtr(Translator.getAddr());
1190 CurrentPair.second = Location;
1193 MemoryAccessPair CurrentPair;
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp1172 MemoryAccessPair CurrentPair = in UpwardsDFSWalk() local
1177 if (FirstDef && CurrentPair.first != PHIPair.first && in UpwardsDFSWalk()
1178 CurrentPair.first != FirstDef) { in UpwardsDFSWalk()
1184 FirstDef = CurrentPair.first; in UpwardsDFSWalk()