reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/MemoryDependenceAnalysis.h
  251   const MemDepResult &getResult() const { return Entry.getResult(); }
lib/Analysis/MemDepPrinter.cpp
  113         const MemDepResult &Res = I.getResult();
lib/Analysis/MemoryDependenceAnalysis.cpp
  808       if (Entry.getResult().isDirty())
  856       if (!Entry->getResult().isDirty())
  867       if (Instruction *Inst = ExistingResult->getResult().getInst()) {
  994   if (ExistingResult && !ExistingResult->getResult().isDirty()) {
  996     return ExistingResult->getResult();
 1003   if (ExistingResult && ExistingResult->getResult().getInst()) {
 1004     assert(ExistingResult->getResult().getInst()->getParent() == BB &&
 1007     ScanPos = ExistingResult->getResult().getInst()->getIterator();
 1137           if (Instruction *Inst = Entry.getResult().getInst())
 1157           if (Instruction *Inst = Entry.getResult().getInst())
 1195       if (Entry.getResult().isNonLocal()) {
 1201             NonLocalDepResult(Entry.getBB(), Entry.getResult(), Addr));
 1461       assert((GotWorklistLimit || I.getResult().isNonLocal() ||
 1467           NonLocalDepResult(I.getBB(), I.getResult(), Pointer.getAddr()));
 1512     Instruction *Target = PInfo[i].getResult().getInst();
 1548       if (Instruction *Inst = Entry.getResult().getInst())
 1629         if (Entry.getResult().getInst() != RemInst)
 1669         if (Entry.getResult().getInst() != RemInst)
 1714       assert(Entry.getResult().getInst() != D && "Inst occurs as NLPD value");
 1721       assert(Entry.getResult().getInst() != D &&
lib/Transforms/Scalar/GVN.cpp
  428       if (I->getResult().isNonLocal())
  433       if (!I->getResult().isDef() || cdep != nullptr) {
  438       CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst());
 1632     if (deps[i].getResult().isNonFuncLocal())