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