Home
last modified time | relevance | path

Searched defs:If (Results 1 – 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIOptimizeVGPRLiveRange.cpp223 MachineBasicBlock *If, MachineBasicBlock *Flow, MachineBasicBlock *Endif, in collectCandidateRegisters()
401 Register Reg, MachineBasicBlock *If, MachineBasicBlock *Flow) const { in updateLiveRangeInThenRegion()
500 Register Reg, MachineBasicBlock *If, MachineBasicBlock *Flow, in optimizeLiveRange()
HDSIAnnotateControlFlow.cpp52 Function *If; member in __anon423314fb0111::SIAnnotateControlFlow
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
HDSourceExtraction.cpp33 if (const auto *If = dyn_cast<IfStmt>(S)) in isSemicolonRequiredAfter() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDEvaluatedExprVisitor.h109 void VisitIfStmt(PTR(IfStmt) If) { in VisitIfStmt()
/freebsd-13-stable/contrib/googletest/googlemock/test/
HDgmock-pp-string_test.cc91 TEST(Macros, If) { in TEST() argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDPPConditionalDirectiveRecord.cpp75 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If() function in PPConditionalDirectiveRecord
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp581 auto *If = IfStmt::Create(C, SourceLocation(), IfStatementKind::Ordinary, in create_dispatch_once() local
690 auto *If = in create_OSAtomicCompareAndSwap() local
HDCalledOnceCheck.cpp414 if (const auto *If = dyn_cast<IfStmt>(S)) { in getCondition() local
519 std::optional<Clarification> VisitIfStmt(const IfStmt *If) { in VisitIfStmt()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenACCKinds.h186 If, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDInclusionRewriter.cpp203 void InclusionRewriter::If(SourceLocation Loc, SourceRange ConditionRange, in If() function in InclusionRewriter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
HDTGLexer.h104 If, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPPCallbacks.h394 virtual void If(SourceLocation Loc, SourceRange ConditionRange, in If() function
699 void If(SourceLocation Loc, SourceRange ConditionRange, in If() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAvailability.cpp989 bool DiagnoseUnguardedAvailability::TraverseIfStmt(IfStmt *If) { in TraverseIfStmt()
HDAnalysisBasedWarnings.cpp815 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit()
HDSemaDeclCXX.cpp2144 IfStmt *If = cast<IfStmt>(S); in CheckConstexprFunctionStmt() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
HDWebAssemblyAsmParser.cpp223 If, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtPrinter.cpp305 void StmtPrinter::PrintRawIfStmt(IfStmt *If) { in PrintRawIfStmt()
358 void StmtPrinter::VisitIfStmt(IfStmt *If) { in VisitIfStmt()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDCore.cpp3353 LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef B, LLVMValueRef If, in LLVMBuildCondBr()
4233 LLVMValueRef LLVMBuildSelect(LLVMBuilderRef B, LLVMValueRef If, in LLVMBuildSelect()