Searched defs:Endif (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeVGPRLiveRange.cpp | 184 MachineBasicBlock *Flow, MachineBasicBlock *Endif, in collectElseRegionBlocks() argument 223 MachineBasicBlock *If, MachineBasicBlock *Flow, MachineBasicBlock *Endif, in collectCandidateRegisters() argument 471 updateLiveRangeInElseRegion(Register Reg,Register NewReg,MachineBasicBlock * Flow,MachineBasicBlock * Endif,SmallSetVector<MachineBasicBlock *,16> & ElseBlocks) const updateLiveRangeInElseRegion() argument 501 optimizeLiveRange(Register Reg,MachineBasicBlock * If,MachineBasicBlock * Flow,MachineBasicBlock * Endif,SmallSetVector<MachineBasicBlock *,16> & ElseBlocks) const optimizeLiveRange() argument 655 auto *Endif = getElseTarget(IfTarget); runOnMachineFunction() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 132 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif() function in PPConditionalDirectiveRecord
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGLexer.h | 73 Endif, enumerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 429 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { Endif() function 701 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { Endif() function
|