Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp408 class SIAnnotateControlFlowLegacy : public FunctionPass { class
412 SIAnnotateControlFlowLegacy() : FunctionPass(ID) {} in SIAnnotateControlFlowLegacy() function in SIAnnotateControlFlowLegacy
440 INITIALIZE_PASS_BEGIN(SIAnnotateControlFlowLegacy, DEBUG_TYPE,
445 INITIALIZE_PASS_END(SIAnnotateControlFlowLegacy, DEBUG_TYPE,
448 char SIAnnotateControlFlowLegacy::ID = 0;
452 return new SIAnnotateControlFlowLegacy(); in createSIAnnotateControlFlowLegacyPass()