Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp128 MachineBasicBlock *Endif,
186 assert(Flow != Endif); in collectElseRegionBlocks()
188 MachineBasicBlock *MBB = Endif; in collectElseRegionBlocks()
268 for (auto &MI : Endif->phis()) { in collectCandidateRegisters()
285 if (VI.isLiveIn(*Endif, Reg, *MRI)) { in collectCandidateRegisters()
307 if (UseMBB == Flow || UseMBB == Endif) { in collectCandidateRegisters()
471 MachineBasicBlock *Endif, in updateLiveRangeInElseRegion() argument
501 MachineBasicBlock *Endif, in optimizeLiveRange() argument
524 if (UseBlock == Endif) { in optimizeLiveRange()
655 auto *Endif = getElseTarget(IfTarget); in runOnMachineFunction() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h429 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() function
701 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif() function
702 First->Endif(Loc, IfLoc); in Endif()
703 Second->Endif(Loc, IfLoc); in Endif()
H A DPPConditionalDirectiveRecord.h105 void Endif(SourceLocation Loc, SourceLocation IfLoc) override;
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp42 { tgtok::Endif, "endif" },
793 } else if (Kind == tgtok::Endif) { in lexPreprocessor()
891 if (Kind != tgtok::Else && Kind != tgtok::Endif) { in prepSkipRegion()
H A DTGLexer.h73 Endif, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp132 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif() function in PPConditionalDirectiveRecord
H A DPPDirectives.cpp681 Callbacks->Endif(Tok.getLocation(), CondInfo.IfLoc); in SkipExcludedConditionalBlock()
3422 Callbacks->Endif(EndifToken.getLocation(), CondInfo.IfLoc); in HandleEndifDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td288 def Endif : VerbatimLineCommand<"endif">;