Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp39 class SIAnnotateControlFlow { class
100 SIAnnotateControlFlow(Function &F, const GCNSubtarget &ST, DominatorTree &DT, in SIAnnotateControlFlow() function in __anon9f980a420111::SIAnnotateControlFlow
112 void SIAnnotateControlFlow::initialize(const GCNSubtarget &ST) { in initialize()
129 bool SIAnnotateControlFlow::isUniform(BranchInst *T) { in isUniform()
134 bool SIAnnotateControlFlow::isTopOfStack(BasicBlock *BB) { in isTopOfStack()
139 Value *SIAnnotateControlFlow::popSaved() { in popSaved()
144 void SIAnnotateControlFlow::push(BasicBlock *BB, Value *Saved) { in push()
150 bool SIAnnotateControlFlow::isElse(PHINode *Phi) { in isElse()
167 bool SIAnnotateControlFlow::hasKill(const BasicBlock *BB) { in hasKill()
177 bool SIAnnotateControlFlow::eraseIfUnused(PHINode *Phi) { in eraseIfUnused()
[all …]