Searched refs:ReduceMetadata (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp500 bool MetadataExtractor::populateReduceMetadata(const llvm::NamedMDNode *ReduceMetadata) { argument
504 if (!ReduceMetadata || !(mExportReduceCount = ReduceMetadata->getNumOperands()))
510 llvm::MDNode *Node = ReduceMetadata->getOperand(i);
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
H A DMetadataExtractor.h123 bool populateReduceMetadata(const llvm::NamedMDNode *ReduceMetadata);

Completed in 1201 milliseconds