Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp87 SmallVectorImpl<Value> &blockArguments);
513 SmallVectorImpl<Value> &blockArguments) { in processBranchArgs() argument
519 blockArguments.push_back(value); in processBranchArgs()
615 SmallVector<Value, 4> blockArguments; in processInstruction() local
616 if (failed(processBranchArgs(brInst, succ, blockArguments))) in processInstruction()
619 state.addOperands(blockArguments); in processInstruction()
620 operandSegmentSizes[i + 1] = blockArguments.size(); in processInstruction()