Lines Matching refs:InsertBefore
947 Instruction *InsertBefore) { in insertDeclare() argument
948 return insertDeclare(Storage, VarInfo, Expr, DL, InsertBefore->getParent(), in insertDeclare()
949 InsertBefore); in insertDeclare()
957 Instruction *InsertBefore = InsertAtEnd->getTerminator(); in insertDeclare() local
958 return insertDeclare(Storage, VarInfo, Expr, DL, InsertAtEnd, InsertBefore); in insertDeclare()
962 Instruction *InsertBefore) { in insertLabel() argument
964 InsertBefore ? InsertBefore->getParent() : nullptr, in insertLabel()
965 InsertBefore); in insertLabel()
977 Instruction *InsertBefore) { in insertDbgValueIntrinsic() argument
979 V, VarInfo, Expr, DL, InsertBefore ? InsertBefore->getParent() : nullptr, in insertDbgValueIntrinsic()
980 InsertBefore); in insertDbgValueIntrinsic()
995 Instruction *InsertBefore) { in insertDbgAddrIntrinsic() argument
997 V, VarInfo, Expr, DL, InsertBefore ? InsertBefore->getParent() : nullptr, in insertDbgAddrIntrinsic()
998 InsertBefore); in insertDbgAddrIntrinsic()
1012 BasicBlock *InsertBB, Instruction *InsertBefore) { in initIRBuilder() argument
1013 if (InsertBefore) in initIRBuilder()
1014 Builder.SetInsertPoint(InsertBefore); in initIRBuilder()
1032 const DILocation *DL, BasicBlock *InsertBB, Instruction *InsertBefore) { in insertDbgValueIntrinsic() argument
1036 InsertBefore); in insertDbgValueIntrinsic()
1041 const DILocation *DL, BasicBlock *InsertBB, Instruction *InsertBefore) { in insertDbgAddrIntrinsic() argument
1045 InsertBefore); in insertDbgAddrIntrinsic()
1051 Instruction *InsertBefore) { in insertDeclare() argument
1067 initIRBuilder(B, DL, InsertBB, InsertBefore); in insertDeclare()
1076 Instruction *InsertBefore) { in insertDbgIntrinsic() argument
1093 initIRBuilder(B, DL, InsertBB, InsertBefore); in insertDbgIntrinsic()
1099 Instruction *InsertBefore) { in insertLabel() argument
1112 initIRBuilder(B, DL, InsertBB, InsertBefore); in insertLabel()