Searched refs:IfElse (Results 1 – 6 of 6) sorted by relevance
65 message IfElse { message79 IfElse ifelse = 2;
38 IfElse, enumerator
630 BasicBlock *IfElse = BI->getSuccessor(1); in checkBiasedBranch() local631 assert((IfThen == R->getExit() || IfElse == R->getExit()) && in checkBiasedBranch()632 IfThen != IfElse && in checkBiasedBranch()637 std::swap(IfThen, IfElse); in checkBiasedBranch()1870 BasicBlock *IfElse = BI->getSuccessor(0); in fixupBranch() local1873 assert((IfThen == RegionExitBlock || IfElse == RegionExitBlock) && in fixupBranch()1874 IfThen != IfElse && "Invariant from findScopes"); in fixupBranch()1878 std::swap(IfThen, IfElse); in fixupBranch()1881 << " IfElse " << IfElse->getName() << "\n"); in fixupBranch()1883 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch()
64 std::ostream &operator<<(std::ostream &os, const IfElse &x) { in operator <<()
89 IfElse, // An if statement followed by else but not else if. enumerator
2629 Kind = IfStmtKind::IfElse; in parseIfThenElse()2674 KeepIfBraces = KeepIfBraces || IfBlockKind == IfStmtKind::IfElse; in parseIfThenElse()