Searched refs:IfElse (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ExpandLargeFpConvert.cpp | 144 BasicBlock *IfElse = in expandFPToI() local 192 Builder.CreateCondBr(Cmp10, IfThen12, IfElse); in expandFPToI() 203 Builder.SetInsertPoint(IfElse); in expandFPToI() 217 Retval0->addIncoming(Mul16, IfElse); in expandFPToI() 347 BasicBlock *IfElse = in expandIToFP() local 378 Builder.CreateCondBr(Cmp3, IfThen4, IfElse); in expandIToFP() 457 Builder.SetInsertPoint(IfElse); in expandIToFP() 479 AAddr1Off0->addIncoming(ExtractT61, IfElse); in expandIToFP() 486 AAddr1Off32->addIncoming(ExtractT66, IfElse); in expandIToFP() 493 E0->addIncoming(Sub2, IfElse); in expandIToFP()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/ |
| H A D | cxx_proto.proto | 65 message IfElse { message 79 IfElse ifelse = 2;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | CalledOnceCheck.h | 38 IfElse, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 640 BasicBlock *IfElse = BI->getSuccessor(1); in checkBiasedBranch() local 641 assert((IfThen == R->getExit() || IfElse == R->getExit()) && in checkBiasedBranch() 642 IfThen != IfElse && in checkBiasedBranch() 647 std::swap(IfThen, IfElse); in checkBiasedBranch() 1899 BasicBlock *IfElse = BI->getSuccessor(0); in fixupBranch() local 1902 assert((IfThen == RegionExitBlock || IfElse == RegionExitBlock) && in fixupBranch() 1903 IfThen != IfElse && "Invariant from findScopes"); in fixupBranch() 1907 std::swap(IfThen, IfElse); in fixupBranch() 1910 << " IfElse " << IfElse->getName() << "\n"); in fixupBranch() 1912 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/ |
| H A D | proto_to_cxx.cpp | 64 std::ostream &operator<<(std::ostream &os, const IfElse &x) { in operator <<()
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | UnwrappedLineParser.h | 101 IfElse, // An if statement followed by else but not else if. enumerator
|
| H A D | UnwrappedLineParser.cpp | 2817 Kind = IfStmtKind::IfElse; in parseIfThenElse() 2862 KeepIfBraces = KeepIfBraces || IfBlockKind == IfStmtKind::IfElse; in parseIfThenElse()
|