Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h1238 CurrentPair.first = nullptr;
1244 upward_defs_iterator() { CurrentPair.first = nullptr; }
1253 return CurrentPair;
1275 CurrentPair.first = *DefIterator;
1276 CurrentPair.second = Location;
1285 if (Addr != CurrentPair.second.Ptr)
1286 CurrentPair.second = CurrentPair.second.getWithNewPtr(Addr);
1293 if (!IsGuaranteedLoopInvariant(CurrentPair.second.Ptr))
1294 CurrentPair.second = CurrentPair.second.getWithNewSize(
1299 MemoryAccessPair CurrentPair;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp269 GOTDefUsePair CurrentPair{BBI, MachineBasicBlock::iterator(), in addLinkerOpt() local
272 CandPairs.push_back(CurrentPair); in addLinkerOpt()