/llvm-project/llvm/unittests/Analysis/ |
H A D | PhiValuesTest.cpp | 36 BasicBlock *Then = BasicBlock::Create(C, "then", F); in TEST() local 103 BasicBlock *Then = BasicBlock::Create(C, "then", F); in TEST() local [all...] |
H A D | SparsePropagation.cpp | 379 BasicBlock *Then = BasicBlock::Create(Context, "then", F); TEST_F() local 419 BasicBlock *Then = BasicBlock::Create(Context, "then", F); TEST_F() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 189 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon2f5574b40111::IfExprAST 192 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 352 auto Then = ParseExpression(); in ParseIfExpr() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | BranchCloneCheck.cpp | 111 const Stmt *Then = IS->getThen(); check() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 209 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anona3d1e5b50111::IfExprAST 212 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 386 auto Then = ParseExpression(); in ParseIfExpr() local
|
/llvm-project/llvm/lib/Target/ARM/Utils/ |
H A D | ARMBaseInfo.h | 91 Then, enumerator
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 206 std::unique_ptr<ExprAST> Cond, Then, Else; member in IfExprAST 209 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 382 auto Then = ParseExpression(); in ParseIfExpr() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anoncdd06d150111::IfExprAST 211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 399 auto Then = ParseExpression(); in ParseIfExpr() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon424cde160111::IfExprAST 211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 399 auto Then = ParseExpression(); in ParseIfExpr() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonb6c94f170111::IfExprAST 211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 399 auto Then = ParseExpression(); in ParseIfExpr() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 217 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon184e56b60111::IfExprAST 220 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 408 auto Then = ParseExpression(); in ParseIfExpr() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon8ccac7b70111::IfExprAST 216 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() 404 auto Then = ParseExpression(); in ParseIfExpr() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 295 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon014738b80211::IfExprAST 299 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else) in IfExprAST() 516 auto Then = ParseExpression(); in ParseIfExpr() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 167 ExprAST *Cond, *Then, *Else; member in IfExprAST 334 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
H A D | toy.cpp | 168 ExprAST *Cond, *Then, *Else; member in IfExprAST 335 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 167 getLikelihood(const Stmt * Then,const Stmt * Else) getLikelihood() argument 185 determineLikelihoodConflict(const Stmt * Then,const Stmt * Else) determineLikelihoodConflict() argument 926 IfStmt(const ASTContext & Ctx,SourceLocation IL,IfStatementKind Kind,Stmt * Init,VarDecl * Var,Expr * Cond,SourceLocation LPL,SourceLocation RPL,Stmt * Then,SourceLocation EL,Stmt * Else) IfStmt() argument 961 Create(const ASTContext & Ctx,SourceLocation IL,IfStatementKind Kind,Stmt * Init,VarDecl * Var,Expr * Cond,SourceLocation LPL,SourceLocation RPL,Stmt * Then,SourceLocation EL,Stmt * Else) Create() argument
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 182 ExprAST *Cond, *Then, *Else; member in IfExprAST 349 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
H A D | toy.cpp | 189 ExprAST *Cond, *Then, *Else; member in IfExprAST 356 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 559 LLVMValueRef Then = LLVMGetOperand(Src, 2); CloneInstruction() local 581 LLVMBasicBlockRef Then = DeclareBB(LLVMGetNormalDest(Src)); CloneInstruction() local 838 LLVMValueRef Then = CloneValue(LLVMGetOperand(Src, 1)); CloneInstruction() local
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGLexer.h | 90 Then, global() enumerator
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 166 ExprAST *Cond, *Then, *Else; member in IfExprAST 333 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 208 ExprAST *Cond, *Then, *Else; member in IfExprAST 375 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 1546 CanThrowResult Then = canThrow(IS->getThen()); canThrow() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | SimplifyBooleanExprCheck.cpp | 447 if (std::optional<bool> Then = in VisitConditionalOperator() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 1920 const auto *Then = S->getThen(); coverIfConsteval() local 1980 const auto *Then = S->getThen(); coverIfConstexpr() local [all...] |