Searched defs:allocValue (Results 1 – 4 of 4) sorted by relevance
34 getStartOperation(Value allocValue,Block * placementBlock,const Liveness & liveness) getStartOperation() argument 80 Value allocValue = allocateResultEffects[0].getValue(); build() local
162 Value allocValue; member191 for (auto allocValue : allocsAndAllocas) { in hoist() local
295 Value allocValue = std::get<0>(entry); in introduceClones() local
61 std::optional<Operation *> mlir::memref::findDealloc(Value allocValue) { in findDealloc()