Lines Matching refs:setShadow
654 void setShadow(Instruction *I, Value *Shadow);
1889 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow() function in DFSanFunction
2041 DFSF.setShadow(&I, CombinedShadow); in visitInstOperands()
2387 DFSF.setShadow(&LI, DFSF.DFS.getZeroShadow(&LI)); in visitLoadInst()
2427 DFSF.setShadow(&LI, Shadow); in visitLoadInst()
2715 DFSF.setShadow(&I, DFSF.DFS.getZeroShadow(&I)); in visitCASOrRMW()
2776 DFSF.setShadow(&LPI, DFSF.DFS.getZeroShadow(&LPI)); in visitLandingPadInst()
2791 DFSF.setShadow(&GEPI, DFSF.getShadow(BasePointer)); in visitGetElementPtrInst()
2813 DFSF.setShadow(&I, ResShadow); in visitExtractValueInst()
2822 DFSF.setShadow(&I, Res); in visitInsertValueInst()
2848 DFSF.setShadow(&I, DFSF.DFS.ZeroPrimitiveShadow); in visitAllocaInst()
2893 DFSF.setShadow(&I, ClTrackSelectControlFlow in visitSelectInst()
3075 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
3081 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
3158 DFSF.setShadow(CustomCI, DFSF.expandFromPrimitiveShadow( in visitWrappedCallBase()
3297 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitLibAtomicCompareExchange()
3413 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitCallBase()
3419 DFSF.setShadow(&CB, LI); in visitCallBase()
3444 DFSF.setShadow(&PN, ShadowPN); in visitPHINode()