HomeSort by relevance Sort by last modified time
    Searched refs:DefaultBB (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
PGOMemOPSizeOpt.cpp 343 BasicBlock *DefaultBB = SplitBlock(BB, MI, DT);
346 assert(It != DefaultBB->end());
347 BasicBlock *MergeBB = SplitBlock(DefaultBB, &(*It), DT);
350 DefaultBB->setName("MemOP.Default");
357 SwitchInst *SI = IRB.CreateSwitch(SizeVar, DefaultBB, SizeIds.size());
375 Ctx, Twine("MemOP.Case.") + Twine(SizeId), &Func, DefaultBB);
399 LLVM_DEBUG(dbgs() << *DefaultBB << "\n");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 397 const BasicBlock *DefaultBB = SwInst.getDefaultDest();
398 MachineBasicBlock &DefaultMBB = getMBB(*DefaultBB);
402 addMachineCFGPred({OrigBB, DefaultBB}, &CurMBB);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 250 milliseconds