Searched refs:ThenIRB (Results 1 – 3 of 3) sorted by relevance
856 IRBuilder<> ThenIRB(BI); in runOnModule() local857 ThenIRB.CreateCall(DFSF.DFS.DFSanNonzeroLabelFn, {}); in runOnModule()997 IRBuilder<> ThenIRB(BI); in combineShadows() local998 CallInst *Call = ThenIRB.CreateCall(DFS.DFSanUnionFn, {V1, V2}); in combineShadows()
968 IRBuilder<> ThenIRB(BI); in runOnModule() local969 ThenIRB.CreateCall(DFSF.DFS.DFSanNonzeroLabelFn, {}); in runOnModule()1109 IRBuilder<> ThenIRB(BI); in combineShadows() local1110 CallInst *Call = ThenIRB.CreateCall(DFS.DFSanUnionFn, {V1, V2}); in combineShadows()
800 IRBuilder<> ThenIRB(ThenTerm); in InjectCoverageAtBlock() local801 auto Store = ThenIRB.CreateStore(FrameAddrInt, SanCovLowestStack); in InjectCoverageAtBlock()