Searched defs:allocValue (Results 1 – 4 of 4) sorted by relevance
33 Operation *BufferPlacementAllocs::getStartOperation(Value allocValue, in getStartOperation()79 Value allocValue = allocateResultEffects[0].getValue(); in build() local
109 Value allocValue; member138 for (auto allocValue : allocsAndAllocas) { in hoist() local
287 Value allocValue = std::get<0>(entry); in introduceClones() local
46 llvm::Optional<Operation *> mlir::memref::findDealloc(Value allocValue) { in findDealloc()