Home
last modified time | relevance | path

Searched refs:pruneUnusedFunctions (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DCompiler.h310 bool pruneUnusedFunctions(TIntermBlock *root);
DCompiler.cpp942 if (!pruneUnusedFunctions(root)) in checkAndSimplifyAST()
1744 bool TCompiler::pruneUnusedFunctions(TIntermBlock *root) in pruneUnusedFunctions() function in sh::TCompiler