HomeSort by relevance Sort by last modified time
    Searched refs:getTerminator (Results 101 - 125 of 133) sorted by null

1 2 3 45 6

  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 879 if (const Stmt *term = srcBlk->getTerminator()) {
    [all...]
ExprEngineC.cpp 542 CFGTerminator T = SrcBlock->getTerminator();
    [all...]
ExprEngine.cpp     [all...]
PathDiagnostic.cpp 698 return BE->getSrc()->getTerminator();
    [all...]
BugReporter.cpp 622 const Stmt *T = Src->getTerminator();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
DataFlowSanitizer.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 578 const Stmt *Term = Block->getTerminator();
  /external/clang/lib/CodeGen/
CGVTables.cpp 180 llvm::Instruction *T = I->getTerminator();
CodeGenPGO.cpp 168 CGBuilderTy Builder(RegisterBB->getTerminator());
    [all...]
CGStmt.cpp 280 llvm::BranchInst *BI = dyn_cast<llvm::BranchInst>(BB->getTerminator());
327 if (!CurBB || CurBB->getTerminator()) {
    [all...]
CodeGenFunction.cpp 148 assert(!CurBB->getTerminator() && "Unexpected terminated block.");
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 406 if (isa<SwitchInst>(bb->getTerminator()))
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 273 CondBB->getTerminator()->eraseFromParent();
  /external/llvm/include/llvm/IR/
IRBuilder.h 110 assert(U != PredBB->getTerminator() && "critical edge not split");
111 SetInsertPoint(PredBB, PredBB->getTerminator());
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
DIBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
FunctionAttrs.cpp 721 if (ReturnInst *Ret = dyn_cast<ReturnInst>(I->getTerminator()))
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 158 InvokeInst *Inst = dyn_cast<InvokeInst>(BB->getTerminator());
191 ExnSlot = new AllocaInst(ExnTy, "exn", Entry->getTerminator());
192 SelSlot = new AllocaInst(SelTy, "sel", Entry->getTerminator());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 551 BB && isa<SwitchInst>(BB->getTerminator())))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 1953 milliseconds

1 2 3 45 6