MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / ProcessImpl

Method ProcessImpl

source/opt/relax_float_ops_pass.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77Pass::Status RelaxFloatOpsPass::ProcessImpl() {
78 Pass::ProcessFunction pfn = [this](Function* fp) {
79 return ProcessFunction(fp);
80 };
81 bool modified = context()->ProcessReachableCallTree(pfn);
82 return modified ? Status::SuccessWithChange : Status::SuccessWithoutChange;
83}
84
85Pass::Status RelaxFloatOpsPass::Process() {
86 Initialize();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected