HomeSort by relevance Sort by last modified time
    Searched refs:BranchInst (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 164 llvm::BranchInst *BI =
165 dyn_cast<llvm::BranchInst>(*ReturnBlock.getBlock()->user_begin());
    [all...]
CGClass.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 679 BranchInst::Create(Curr, Next, Instr, Curr->getTerminator());