Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void VectorizationInfo::dump(const Value *val) const { print(val, errs()); }
43
44
void VectorizationInfo::print(const Value *val, llvm::raw_ostream &out) const {
45
if (!val)
Callers
1
analyze
Method · 0.45
Calls
1
print
Function · 0.85
Tested by
no test coverage detected