Lines Matching refs:InsertBefore
309 ShadowTagCheckInfo insertShadowTagCheck(Value *Ptr, Instruction *InsertBefore,
313 Instruction *InsertBefore,
317 Instruction *InsertBefore, DomTreeUpdater &DTU,
879 HWAddressSanitizer::insertShadowTagCheck(Value *Ptr, Instruction *InsertBefore, in insertShadowTagCheck() argument
883 IRBuilder<> IRB(InsertBefore); in insertShadowTagCheck()
900 TagMismatch, InsertBefore, false, in insertShadowTagCheck()
908 Instruction *InsertBefore, in instrumentMemAccessOutline() argument
915 InsertBefore = in instrumentMemAccessOutline()
916 insertShadowTagCheck(Ptr, InsertBefore, DTU, LI).TagMismatchTerm; in instrumentMemAccessOutline()
918 IRBuilder<> IRB(InsertBefore); in instrumentMemAccessOutline()
929 Instruction *InsertBefore, in instrumentMemAccessInline() argument
935 ShadowTagCheckInfo TCI = insertShadowTagCheck(Ptr, InsertBefore, DTU, LI); in instrumentMemAccessInline()