HomeSort by relevance Sort by last modified time
    Searched refs:AllocaInsertPt (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
CodeGenFunction.cpp 355 CGBuilderTy(*this, AllocaInsertPt).CreateCall(FrameEscapeFn, EscapeArgs);
358 // Remove the AllocaInsertPt instruction, which is just a convenience for us.
359 llvm::Instruction *Ptr = AllocaInsertPt;
360 AllocaInsertPt = nullptr;
771 AllocaInsertPt = new llvm::BitCastInst(Undef, Int32Ty, "allocapt", EntryBB);
    [all...]
CGExpr.cpp 71 return new llvm::AllocaInst(Ty, nullptr, Name, AllocaInsertPt);
89 llvm::BasicBlock *Block = AllocaInsertPt->getParent();
90 Block->getInstList().insertAfter(AllocaInsertPt->getIterator(), Store);
    [all...]
CGOpenMPRuntime.cpp     [all...]
CodeGenFunction.h 174 llvm::AssertingVH<llvm::Instruction> AllocaInsertPt;
    [all...]

Completed in 536 milliseconds