HomeSort by relevance Sort by last modified time
    Searched defs:SwitchBB (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
IndirectBrExpandPass.cpp 170 BasicBlock *SwitchBB;
191 SwitchBB = IndirectBrs[0]->getParent();
198 SwitchBB = BasicBlock::Create(F.getContext(), "switch_bb", &F);
200 "switch_value_phi", SwitchBB);
207 BranchInst::Create(SwitchBB, IBr);
214 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 280 auto *SwitchBB = cast<BasicBlock>(VMap[ResumeEntry]);
284 BranchInst::Create(SwitchBB, Entry);

Completed in 197 milliseconds