Lines Matching defs:InsertionPoint
72 class InsertionPoint {
87 InsertionPoint(T *ptr, bool saveRestoreStack = false)
89 InsertionPoint(std::nullptr_t null)
107 bool operator==(const InsertionPoint &rhs) const {
112 bool operator!=(const InsertionPoint &rhs) const { return !(*this == rhs); }
174 using AllocMemMap = llvm::DenseMap<mlir::Operation *, InsertionPoint>;
201 static InsertionPoint
211 static InsertionPoint findAllocaLoopInsertionPoint(
513 InsertionPoint insertionPoint =
602 InsertionPoint AllocMemConversion::findAllocaInsertionPoint(
615 auto checkReturn = [&](auto *point) -> InsertionPoint {
682 InsertionPoint AllocMemConversion::findAllocaLoopInsertionPoint(
709 return InsertionPoint{oldAllocOp, /*shouldStackSaveRestore=*/true};
718 InsertionPoint insertionPoint = it->second;