Lines Matching refs:AnalyzeCallDepth
18 traverseCaseBody(AnalyzeCallDepth* analysis, in traverseCaseBody()
34 AnalyzeCallDepth::FunctionNode::FunctionNode(TIntermAggregate *node) : node(node) in FunctionNode()
40 const TString &AnalyzeCallDepth::FunctionNode::getName() const in getName()
45 void AnalyzeCallDepth::FunctionNode::addCallee(AnalyzeCallDepth::FunctionNode *callee) in addCallee()
58 unsigned int AnalyzeCallDepth::FunctionNode::analyzeCallDepth(AnalyzeCallDepth *analyzeCallDepth) in analyzeCallDepth()
92 unsigned int AnalyzeCallDepth::FunctionNode::getLastDepth() const in getLastDepth()
97 void AnalyzeCallDepth::FunctionNode::removeIfUnreachable() in removeIfUnreachable()
106 AnalyzeCallDepth::AnalyzeCallDepth(TIntermNode *root) in AnalyzeCallDepth() function in AnalyzeCallDepth
113 AnalyzeCallDepth::~AnalyzeCallDepth() in ~AnalyzeCallDepth()
121 bool AnalyzeCallDepth::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch()
165 bool AnalyzeCallDepth::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate()
222 unsigned int AnalyzeCallDepth::analyzeCallDepth() in analyzeCallDepth()
253 AnalyzeCallDepth::FunctionNode *AnalyzeCallDepth::findFunctionByName(const TString &name) in findFunctionByName()