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

12

  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp     [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 204 Instruction *InsertPt);
677 /// code immediately before InsertPt.
681 Instruction *InsertPt) {
687 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val);
693 BranchInst *BI = BranchInst::Create(TrueDest, FalseDest, BranchVal, InsertPt);
    [all...]
LoopStrengthReduce.cpp     [all...]
SROA.cpp 107 BasicBlock::iterator InsertPt) const {
109 I, Name.isTriviallyEmpty() ? Name : Prefix + Name, BB, InsertPt);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 42 BasicBlock *BB, BasicBlock::iterator InsertPt) const {
43 if (BB) BB->getInstList().insert(InsertPt, I);
54 BasicBlock::iterator InsertPt;
74 InsertPt = nullptr;
78 BasicBlock::iterator GetInsertPoint() const { return InsertPt; }
85 InsertPt = BB->end();
92 InsertPt = I;
101 InsertPt = IP;
493 this->InsertHelper(I, Name, BB, InsertPt);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 790 // FuncInfo->InsertPt is passed by reference and set to the end of the
792 LastMBB = FuncInfo->MBB = Scheduler->EmitSchedule(FuncInfo->InsertPt);
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 371 /// If InsertPt is specified, it is the point to hoist instructions to.
375 Instruction *InsertPt = nullptr) const;
383 /// If InsertPt is specified, it is the point to hoist instructions to.
387 Instruction *InsertPt = nullptr) const;
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 79 BasicBlock::iterator InsertPt) const {
80 IRBuilderDefaultInserter<true>::InsertHelper(I, Name, BB, InsertPt);
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CodeGenFunction.h 140 llvm::BasicBlock::iterator InsertPt) const;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 854 milliseconds

12