Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp38 class SIAnnotateControlFlow : public FunctionPass { class
93 SIAnnotateControlFlow() : FunctionPass(ID) {} in SIAnnotateControlFlow() function in __anoncca68f760111::SIAnnotateControlFlow
112 INITIALIZE_PASS_BEGIN(SIAnnotateControlFlow, DEBUG_TYPE,
117 INITIALIZE_PASS_END(SIAnnotateControlFlow, DEBUG_TYPE,
120 char SIAnnotateControlFlow::ID = 0;
148 bool SIAnnotateControlFlow::isUniform(BranchInst *T) { in isUniform()
159 Value *SIAnnotateControlFlow::popSaved() { in popSaved()
170 bool SIAnnotateControlFlow::isElse(PHINode *Phi) { in isElse()
204 void SIAnnotateControlFlow::openIf(BranchInst *Term) { in openIf()
224 Value *SIAnnotateControlFlow::handleLoopCondition( in handleLoopCondition()
[all …]