Searched refs:hasKill (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp74 bool hasKill(const BasicBlock *BB);
187 bool SIAnnotateControlFlow::hasKill(const BasicBlock *BB) { function in class:SIAnnotateControlFlow
368 if (Phi && Phi->getParent() == BB && isElse(Phi) && !hasKill(BB)) {
H A DSILowerControlFlow.cpp96 bool hasKill(const MachineBasicBlock *Begin, const MachineBasicBlock *End);
177 bool SILowerControlFlow::hasKill(const MachineBasicBlock *Begin, function in class:SILowerControlFlow
228 SimpleIf = !hasKill(MI.getParent(), UseMI->getParent());

Completed in 78 milliseconds