Home
last modified time | relevance | path

Searched refs:liveIn (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCounting.cpp157 bool liveIn = blockLiveness->isLiveIn(value) || in addAutomaticRefCounting() local
159 if (!liveIn) in addAutomaticRefCounting()
/external/llvm-project/mlir/lib/Rewrite/
DByteCode.cpp445 for (Value liveIn : info->in()) in allocateMemoryIndices() local
446 processValue(liveIn, &block.front()); in allocateMemoryIndices()