Searched refs:hasKill (Results 1 – 2 of 2) sorted by relevance
75 bool hasKill(const BasicBlock *BB);187 bool SIAnnotateControlFlow::hasKill(const BasicBlock *BB) { in hasKill() function in SIAnnotateControlFlow384 if (Phi && Phi->getParent() == BB && isElse(Phi) && !hasKill(BB)) { in runOnFunction()
97 bool hasKill(const MachineBasicBlock *Begin, const MachineBasicBlock *End);176 bool SILowerControlFlow::hasKill(const MachineBasicBlock *Begin, in hasKill() function in SILowerControlFlow227 SimpleIf = !hasKill(MI.getParent(), UseMI->getParent()); in emitIf()