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

  /external/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp 142 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, BitSetIds.size());
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 466 llvm::SwitchInst *SI = CGF.Builder.CreateSwitch(FailureOrderVal, MonotonicBB);
532 llvm::SwitchInst *SI = CGF.Builder.CreateSwitch(IsWeak, WeakBB);
    [all...]
CGStmt.cpp     [all...]
CGBuiltin.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
CGStmtOpenMP.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 654 SwitchInst *CreateSwitch(Value *V, BasicBlock *Dest, unsigned NumCases = 10,
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 225 milliseconds