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.cpp77 bool hasKill(const BasicBlock *BB);
167 bool SIAnnotateControlFlow::hasKill(const BasicBlock *BB) { in hasKill() function in SIAnnotateControlFlow
368 if (Phi && Phi->getParent() == BB && isElse(Phi) && !hasKill(BB)) { in run()
H A DSILowerControlFlow.cpp98 bool hasKill(const MachineBasicBlock *Begin, const MachineBasicBlock *End);
185 bool SILowerControlFlow::hasKill(const MachineBasicBlock *Begin, in hasKill() function in SILowerControlFlow
236 SimpleIf = !hasKill(MI.getParent(), UseMI->getParent()); in emitIf()