MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / dump

Method dump

src/compiler/cbs/VectorizationInfo.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void VectorizationInfo::dump(const Value *val) const { print(val, errs()); }
43
44void VectorizationInfo::print(const Value *val, llvm::raw_ostream &out) const {
45 if (!val)

Callers 1

analyzeMethod · 0.45

Calls 1

printFunction · 0.85

Tested by

no test coverage detected