HomeSort by: relevance | last modified time | path
    Searched refs:IfElse (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
CalledOnceCheck.h 30 /// \enum IfElse -- else branch of the if statement has no call.
39 IfElse,
  /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/
proto_to_cxx.cpp 64 std::ostream &operator<<(std::ostream &os, const IfElse &x) {
74 if (x.has_ifelse()) return os << x.ifelse();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp 670 BasicBlock *IfElse = BI->getSuccessor(1);
671 assert((IfThen == R->getExit() || IfElse == R->getExit()) &&
672 IfThen != IfElse &&
676 // and IfElse/ElseProb means skipping it.
677 std::swap(IfThen, IfElse);
1893 BasicBlock *IfElse = BI->getSuccessor(0);
1896 assert((IfThen == RegionExitBlock || IfElse == RegionExitBlock) &&
1897 IfThen != IfElse && "Invariant from findScopes");
1899 // Swap them so that IfThen means going into it and IfElse means skipping
1901 std::swap(IfThen, IfElse);
    [all...]

Completed in 29 milliseconds