Home
last modified time | relevance | path

Searched refs:NullTDTerm (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp634 Instruction *NullTDTerm = SplitBlockAndInsertIfThen( in instrumentWithShadowUpdate() local
636 IRB.SetInsertPoint(NullTDTerm); in instrumentWithShadowUpdate()
637 NullTDTerm->getParent()->setName("set.type"); in instrumentWithShadowUpdate()
708 Instruction *NullTDTerm, *MismatchTerm; in instrumentWithShadowUpdate() local
709 SplitBlockAndInsertIfThenElse(NullTDCmp, &*IRB.GetInsertPoint(), &NullTDTerm, in instrumentWithShadowUpdate()
713 IRB.SetInsertPoint(NullTDTerm); in instrumentWithShadowUpdate()