Home
last modified time | relevance | path

Searched defs:hasArgs (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp394 auto hasArgs = [](Block *block) { return !block->getArguments().empty(); }; in addDropRefInDivergentLivenessSuccessor() local
/llvm-project/mlir/lib/Bytecode/Writer/
H A DBytecodeWriter.cpp907 bool hasArgs = !args.empty(); writeBlock() local
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp2390 if (failed(reader.parseVarIntWithFlag(readState.numOpsRemaining, hasArgs))) in parseBlockHeader() local