HomeSort by relevance Sort by last modified time
    Searched refs:getInstList (Results 26 - 48 of 48) sorted by null

12

  /external/clang/lib/CodeGen/
CGCleanup.cpp 456 Pred->getInstList().splice(Pred->end(), Entry->getInstList());
799 NormalExit->getInstList().push_back(InstsToAppend[I]);
    [all...]
CGExpr.cpp 64 Block->getInstList().insertAfter(&*AllocaInsertPt, Store);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 247 BB->getInstList().insert(&Old, New); // Insert inst
InstructionCombining.cpp     [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 113 TheInst->getParent()->getInstList().erase(TheInst);
CrashDebugger.cpp 304 BB->getInstList().pop_back();
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp     [all...]
LoopSimplify.cpp 740 BEBlock->getInstList().erase(NewPN);
LowerInvoke.cpp 189 BB->getInstList().erase(II);
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]
LICM.cpp 562 ExitBlock->getInstList().insert(InsertPt, New);
    [all...]
LoopUnswitch.cpp     [all...]
CodeGenPrepare.cpp 774 BasicBlock::InstListType &InstList = (*PI)->getInstList();
    [all...]
SCCP.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /art/compiler/llvm/
gbc_expander.cc 506 next_basic_block->getInstList().splice(
507 irb_.GetInsertPoint(), curr_basic_block->getInstList(),
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 435 InsertAtEnd->getInstList().push_back(MCall);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 42 if (BB) BB->getInstList().insert(InsertPt, I);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 658 milliseconds

12