Searched defs:IsInsideLoop (Results 1 – 6 of 6) sorted by relevance
191 inline bool IsInsideLoop(const BasicBlock* bb) const { in IsInsideLoop() function196 inline bool IsInsideLoop(uint32_t bb_id) const { in IsInsideLoop() function
261 bool Loop::IsInsideLoop(Instruction* inst) const { in IsInsideLoop() function in spvtools::opt::Loop