Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DFlowGraph.h195 …bool isStackCallFunc; // indicates the function itself is a STACK_CALL func… variable
351 bool getIsStackCallFunc() const {return isStackCallFunc;} in getIsStackCallFunc()
352 void setIsStackCallFunc() {isStackCallFunc = true;} in setIsStackCallFunc()
450 doIPA(false), hasStackCalls(false), isStackCallFunc(false), autoLabelId(0), in FlowGraph()
H A DFlowGraph.cpp661 if (builder->hasScratchSurface() && (isStackCallFunc || hasStackCalls)) in constructFlowGraph()
936 if (isStackCallFunc) in constructFlowGraph()