Searched refs:killLabel (Results 1 – 12 of 12) sorted by relevance
101 void BasicBlock::KillAllInsts(bool killLabel) { in KillAllInsts() argument102 ForEachInst([killLabel](Instruction* ip) { in KillAllInsts()103 if (killLabel || ip->opcode() != SpvOpLabel) { in KillAllInsts()
99 void KillAllInsts(BasicBlock* bp, bool killLabel = true);
145 void MemPass::KillAllInsts(BasicBlock* bp, bool killLabel) { in KillAllInsts() argument146 bp->KillAllInsts(killLabel); in KillAllInsts()
214 void KillAllInsts(bool killLabel);
144 void MemPass::KillAllInsts(BasicBlock* bp, bool killLabel) { in KillAllInsts() argument145 bp->KillAllInsts(killLabel); in KillAllInsts()