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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
ReduceBasicBlocks.cpp 69 static void removeUninterestingBBsFromSwitch(SwitchInst &SwInst,
71 if (!BBsToKeep.count(SwInst.getDefaultDest())) {
72 auto *FnRetTy = SwInst.getParent()->getParent()->getReturnType();
73 ReturnInst::Create(SwInst.getContext(),
75 SwInst.getParent());
76 SwInst.eraseFromParent();
78 for (int I = 0, E = SwInst.getNumCases(); I != E; ++I) {
79 auto Case = SwInst.case_begin() + I;
81 SwInst.removeCase(Case);
115 if (auto *SwInst = dyn_cast<SwitchInst>(BB.getTerminator())
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 5658 llvm::SwitchInst *SwInst =
5668 SwInst->addCase(CGF.Builder.getInt32(1), Case1BB);
5709 SwInst->addCase(CGF.Builder.getInt32(2), Case2BB);

Completed in 22 milliseconds