Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DMemorySSA.h1187 CurrentPair.first = nullptr;
1193 upward_defs_iterator() { CurrentPair.first = nullptr; }
1202 return CurrentPair;
1238 CurrentPair.first = *DefIterator;
1239 CurrentPair.second = Location;
1248 CurrentPair.second =
1259 CurrentPair.second = CurrentPair.second.getWithNewPtr(TransAddr);
1263 CurrentPair.second = CurrentPair.second.getWithNewSize(
1273 MemoryAccessPair CurrentPair;
/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-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h1188 CurrentPair.first = nullptr;
1194 upward_defs_iterator() { CurrentPair.first = nullptr; }
1203 return CurrentPair;
1220 CurrentPair.first = *DefIterator;
1229 CurrentPair.second = Location.getWithNewPtr(Translator.getAddr());
1233 CurrentPair.second = Location;
1236 MemoryAccessPair CurrentPair;
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCPreEmitPeephole.cpp269 GOTDefUsePair CurrentPair{BBI, MachineBasicBlock::iterator(), in addLinkerOpt() local
272 CandPairs.push_back(CurrentPair); in addLinkerOpt()
/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()