reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1715 CGBuilderTy Builder(*this, AllocaInsertPt); 1741 RecoverCall->insertBefore(AllocaInsertPt); 1768 CGBuilderTy Builder(CGM, AllocaInsertPt);tools/clang/lib/CodeGen/CGExpr.cpp
94 Builder.SetInsertPoint(AllocaInsertPt); 112 ArraySize, Name, AllocaInsertPt); 130 llvm::BasicBlock *Block = AllocaInsertPt->getParent(); 131 Block->getInstList().insertAfter(AllocaInsertPt->getIterator(), Store);tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
1612 Elem.second.ServiceInsertPt->insertAfter(CGF.AllocaInsertPt); 1705 llvm::BasicBlock *TopBlock = CGF.AllocaInsertPt->getParent();tools/clang/lib/CodeGen/CodeGenFunction.cpp
381 CGBuilderTy(*this, AllocaInsertPt).CreateCall(FrameEscapeFn, EscapeArgs); 385 llvm::Instruction *Ptr = AllocaInsertPt; 386 AllocaInsertPt = nullptr; 836 AllocaInsertPt = new llvm::BitCastInst(Undef, Int32Ty, "allocapt", EntryBB);