Searched refs:NextCase (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp1047 BasicBlock *NextCase = getNextCaseSuccessor(Switch, NextState); local
1048 BlocksToUpdate.push_back(NextCase);
1049 BasicBlock *ClonedSucc = getClonedBB(NextCase, NextState, DuplicateMap);
1158 BasicBlock *NextCase = getNextCaseSuccessor(Switch, NextState); local
1163 if (Succ != NextCase && SuccSet.insert(Succ).second)
1168 BranchInst::Create(NextCase, LastBlock);
1218 BasicBlock *NextCase = nullptr; local
1221 NextCase = Case.getCaseSuccessor();
1225 if (!NextCase)
1226 NextCase
[all...]
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c1051 goto NextCase;
1102 goto NextCase;
1113 NextCase:
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1603 const CaseStmt *NextCase = dyn_cast<CaseStmt>(S.getSubStmt()); local
1606 while (NextCase && NextCase->getRHS() == nullptr) {
1607 CurCase = NextCase;
1612 SwitchWeights->push_back(getProfileCount(NextCase));
1623 NextCase = dyn_cast<CaseStmt>(CurCase->getSubStmt());

Completed in 83 milliseconds