Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp856 IRBuilder<> ThenIRB(BI); in runOnModule() local
857 ThenIRB.CreateCall(DFSF.DFS.DFSanNonzeroLabelFn, {}); in runOnModule()
997 IRBuilder<> ThenIRB(BI); in combineShadows() local
998 CallInst *Call = ThenIRB.CreateCall(DFS.DFSanUnionFn, {V1, V2}); in combineShadows()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp968 IRBuilder<> ThenIRB(BI); in runOnModule() local
969 ThenIRB.CreateCall(DFSF.DFS.DFSanNonzeroLabelFn, {}); in runOnModule()
1109 IRBuilder<> ThenIRB(BI); in combineShadows() local
1110 CallInst *Call = ThenIRB.CreateCall(DFS.DFSanUnionFn, {V1, V2}); in combineShadows()
DSanitizerCoverage.cpp800 IRBuilder<> ThenIRB(ThenTerm); in InjectCoverageAtBlock() local
801 auto Store = ThenIRB.CreateStore(FrameAddrInt, SanCovLowestStack); in InjectCoverageAtBlock()