HomeSort by relevance Sort by last modified time
    Searched refs:getLeaderValue (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCVSXSwapRemoval.cpp 638 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId);
729 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId);
745 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId);
760 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId);
    [all...]
  /external/llvm/include/llvm/ADT/
EquivalenceClasses.h 163 /// getLeaderValue - Return the leader for the specified value that is in the
166 const ElemTy &getLeaderValue(const ElemTy &V) const {
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 306 auto LeaderI = DepCands.findValue(DepCands.getLeaderValue(Access));
578 Value *Leader = DepCands.getLeaderValue(Access).getPointer();
    [all...]

Completed in 92 milliseconds