HomeSort by: relevance | last modified time | path
    Searched refs:CurrentPair (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSA.h 1187 CurrentPair.first = nullptr;
1193 upward_defs_iterator() { CurrentPair.first = nullptr; }
1202 return CurrentPair;
1224 CurrentPair.first = *DefIterator;
1225 CurrentPair.second = Location;
1234 CurrentPair.second =
1245 CurrentPair.second = CurrentPair.second.getWithNewPtr(TransAddr);
1249 CurrentPair.second = CurrentPair.second.getWithNewSize
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCPreEmitPeephole.cpp 267 GOTDefUsePair CurrentPair{BBI, MachineBasicBlock::iterator(),
270 CandPairs.push_back(CurrentPair);

Completed in 30 milliseconds