Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp75 bool hasKill(const BasicBlock *BB);
187 bool SIAnnotateControlFlow::hasKill(const BasicBlock *BB) { in hasKill() function in SIAnnotateControlFlow
384 if (Phi && Phi->getParent() == BB && isElse(Phi) && !hasKill(BB)) { in runOnFunction()
H A DSILowerControlFlow.cpp97 bool hasKill(const MachineBasicBlock *Begin, const MachineBasicBlock *End);
176 bool SILowerControlFlow::hasKill(const MachineBasicBlock *Begin, in hasKill() function in SILowerControlFlow
227 SimpleIf = !hasKill(MI.getParent(), UseMI->getParent()); in emitIf()