Searched refs:getFrom (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | CFGUpdate.h | 38 NodePtr getFrom() const { return From; } in getFrom() function 46 getFrom()->printAsOperand(OS, false); in print() 75 NodePtr From = U.getFrom(); 102 Operations[{U.getFrom(), U.getTo()}] = int(i); 104 Operations[{U.getTo(), U.getFrom()}] = int(i); 108 const auto &OpA = Operations[{A.getFrom(), A.getTo()}]; 109 const auto &OpB = Operations[{B.getFrom(), B.getTo()}];
|
| H A D | CFGDiff.h | 101 Succ[U.getFrom()].DI[IsInsert].push_back(U.getTo()); 102 Pred[U.getTo()].DI[IsInsert].push_back(U.getFrom()); 118 auto &SuccDIList = Succ[U.getFrom()]; in popUpdateForIncrementalUpdates() 123 Succ.erase(U.getFrom()); in popUpdateForIncrementalUpdates() 127 assert(PredList.back() == U.getFrom()); in popUpdateForIncrementalUpdates()
|
| H A D | GenericDomTreeConstruction.h | 1163 InsertEdge(DT, /*BUI=*/nullptr, Update.getFrom(), Update.getTo()); in ApplyUpdates() 1165 DeleteEdge(DT, /*BUI=*/nullptr, Update.getFrom(), Update.getTo()); in ApplyUpdates() 1169 InsertEdge(DT, &BUI, Update.getFrom(), Update.getTo()); in ApplyUpdates() 1171 DeleteEdge(DT, &BUI, Update.getFrom(), Update.getTo()); in ApplyUpdates() 1210 InsertEdge(DT, &BUI, CurrentUpdate.getFrom(), CurrentUpdate.getTo()); in ApplyNextUpdate() 1212 DeleteEdge(DT, &BUI, CurrentUpdate.getFrom(), CurrentUpdate.getTo()); in ApplyNextUpdate()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DomTreeUpdater.cpp | 28 const auto *From = Update.getFrom(); in isUpdateValid() 55 return Update.getFrom() == Update.getTo(); in isSelfDominance() 258 auto Edge = std::make_pair(U.getFrom(), U.getTo()); in applyUpdatesPermissive() 376 BasicBlock *From = U.getFrom(); in dump()
|
| H A D | MemorySSAUpdater.cpp | 816 InsertUpdates.push_back({DT.Insert, Update.getFrom(), Update.getTo()}); in applyUpdates() 818 DeleteUpdates.push_back({DT.Delete, Update.getFrom(), Update.getTo()}); in applyUpdates() 819 RevDeleteUpdates.push_back({DT.Insert, Update.getFrom(), Update.getTo()}); in applyUpdates() 857 removeEdge(Update.getFrom(), Update.getTo()); in applyUpdates() 964 AddedBlockSet.insert(Edge.getFrom()); in applyInsertUpdates()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Transforms/ |
| H A D | CharacterConversion.cpp | 62 auto fromBits = getCharBits(conv.getFrom().getType()); in matchAndRewrite() 73 rewriter.create<fir::ConvertOp>(loc, fromPtrTy, conv.getFrom()); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/ |
| H A D | DeadCodeAnalysis.cpp | 85 getFrom()->getParent()->getContext(), in getLoc() 86 {getFrom()->getParent()->getLoc(), getTo()->getParent()->getLoc()}); in getLoc() 90 getFrom()->print(os); in print()
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/ |
| H A D | DeadCodeAnalysis.h | 161 Block *getFrom() const { return getValue().first; } in getFrom() function
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIROps.cpp | 732 auto inTy = unwrap(getFrom().getType()); in verify()
|