Home
last modified time | relevance | path

Searched refs:IfElse (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp144 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 Dcxx_proto.proto65 message IfElse { message
79 IfElse ifelse = 2;
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h38 IfElse, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp640 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 Dproto_to_cxx.cpp64 std::ostream &operator<<(std::ostream &os, const IfElse &x) { in operator <<()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h101 IfElse, // An if statement followed by else but not else if. enumerator
H A DUnwrappedLineParser.cpp2817 Kind = IfStmtKind::IfElse; in parseIfThenElse()
2862 KeepIfBraces = KeepIfBraces || IfBlockKind == IfStmtKind::IfElse; in parseIfThenElse()