Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSA.h1231 CurrentPair.first = nullptr;
1237 upward_defs_iterator() { CurrentPair.first = nullptr; }
1246 return CurrentPair;
1268 CurrentPair.first = *DefIterator;
1269 CurrentPair.second = Location;
1277 if (Translator.getAddr() != CurrentPair.second.Ptr)
1278 CurrentPair.second =
1279 CurrentPair.second.getWithNewPtr(Translator.getAddr());
1286 if (!IsGuaranteedLoopInvariant(CurrentPair.second.Ptr))
1287 CurrentPair.second = CurrentPair.second.getWithNewSize(
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp274 GOTDefUsePair CurrentPair{BBI, MachineBasicBlock::iterator(), in addLinkerOpt() local
277 CandPairs.push_back(CurrentPair); in addLinkerOpt()