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

12 3

  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 291 NewNode->getInstList().push_back(Comp);
524 CurBlock->getInstList().erase(SI);
LoopUnrollRuntime.cpp 212 cast<BasicBlock>(VMap[Header])->getInstList().erase(NewPHI);
PromoteMemoryToRegister.cpp     [all...]
LoopSimplify.cpp 437 BEBlock->getInstList().erase(NewPN);
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 486 Pred->getInstList().splice(Pred->end(), Entry->getInstList());
831 NormalExit->getInstList().push_back(InstsToAppend[I]);
    [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 110 TheInst->getParent()->getInstList().erase(TheInst);
CrashDebugger.cpp 382 BB->getInstList().pop_back();
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 495 for (auto &I : BB->getInstList()) {
681 for (auto &I : BB.getInstList()) {
    [all...]
DeadArgumentElimination.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]
LoopInterchange.cpp     [all...]
LoopUnswitch.cpp     [all...]
LICM.cpp 573 ExitBlock.getInstList().insert(ExitBlock.getFirstInsertionPt(), New);
    [all...]
SCCP.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 403 BB->getInstList().insert(Old.getIterator(), New); // Insert inst
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 879 for (auto &Inst : Bb.getInstList())
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 448 InsertAtEnd->getInstList().push_back(MCall);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 46 if (BB) BB->getInstList().insert(InsertPt, I);
    [all...]

Completed in 1204 milliseconds

12 3