Searched refs:PropagateConstants (Results 1 – 7 of 7) sorted by relevance
53 bool PropagateConstants(Function* fp);
323 bool CCPPass::PropagateConstants(Function* fp) { in PropagateConstants() function in spvtools::opt::CCPPass370 ProcessFunction pfn = [this](Function* fp) { return PropagateConstants(fp); }; in Process()
327 bool CCPPass::PropagateConstants(Function* fp) { in PropagateConstants() function in spvtools::opt::CCPPass374 ProcessFunction pfn = [this](Function* fp) { return PropagateConstants(fp); }; in Process()
324 bool CCPPass::PropagateConstants(Function* fp) { in PropagateConstants() function in spvtools::opt::CCPPass371 ProcessFunction pfn = [this](Function* fp) { return PropagateConstants(fp); }; in Process()
224 TEST_F(ShapeRefinerTest, PropagateConstants) { in TEST_F() argument