Lines Matching defs:nodes
811 /// Connect the PHI nodes to the results of preceding blocks.
950 /// Convert block to LLVM IR. Unless `ignoreArguments` is set, emit PHI nodes
951 /// to define values corresponding to the MLIR block arguments. These nodes
965 // value remapping and PHI nodes, but do not add incoming edges for the PHI
966 // nodes just yet: those values may be defined by this or following blocks.
1473 // nodes to the results of preceding blocks.
1762 SmallVector<llvm::Metadata *> nodes;
1763 nodes.reserve(aliasScopeAttrs.size());
1765 nodes.push_back(getOrCreateAliasScope(aliasScopeAttr));
1766 return llvm::MDNode::get(getLLVMContext(), nodes);
1826 // Walk the entire module and create all metadata nodes for the TBAA