Searched defs:IsEntryPoint (Results 1 – 4 of 4) sorted by relevance
1074 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
1082 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
1085 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
96 bool IsEntryPoint() const { return command_type_ == Type::kEntryPoint; } in IsEntryPoint() function