Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemorySSA.h1230 CurrentPair.first = nullptr;
1236 upward_defs_iterator() { CurrentPair.first = nullptr; }
1245 return CurrentPair;
1267 CurrentPair.first = *DefIterator;
1268 CurrentPair.second = Location;
1277 if (Addr != CurrentPair.second.Ptr)
1278 CurrentPair.second = CurrentPair.second.getWithNewPtr(Addr);
1285 if (!IsGuaranteedLoopInvariant(CurrentPair.second.Ptr))
1286 CurrentPair.second = CurrentPair.second.getWithNewSize(
1291 MemoryAccessPair CurrentPair;
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCPreEmitPeephole.cpp273 GOTDefUsePair CurrentPair{BBI, MachineBasicBlock::iterator(), in addLinkerOpt() local
276 CandPairs.push_back(CurrentPair); in addLinkerOpt()