Lines Matching refs:setShadow
619 void setShadow(Instruction *I, Value *Shadow);
1699 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow() function in DFSanFunction
1851 DFSF.setShadow(&I, CombinedShadow); in visitInstOperands()
2199 DFSF.setShadow(&LI, DFSF.DFS.getZeroShadow(&LI)); in visitLoadInst()
2238 DFSF.setShadow(&LI, Shadow); in visitLoadInst()
2523 DFSF.setShadow(&I, DFSF.DFS.getZeroShadow(&I)); in visitCASOrRMW()
2582 DFSF.setShadow(&LPI, DFSF.DFS.getZeroShadow(&LPI)); in visitLandingPadInst()
2597 DFSF.setShadow(&GEPI, DFSF.getShadow(BasePointer)); in visitGetElementPtrInst()
2619 DFSF.setShadow(&I, ResShadow); in visitExtractValueInst()
2628 DFSF.setShadow(&I, Res); in visitInsertValueInst()
2654 DFSF.setShadow(&I, DFSF.DFS.ZeroPrimitiveShadow); in visitAllocaInst()
2699 DFSF.setShadow(&I, ClTrackSelectControlFlow in visitSelectInst()
2887 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
2893 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
2970 DFSF.setShadow(CustomCI, DFSF.expandFromPrimitiveShadow( in visitWrappedCallBase()
3058 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitCallBase()
3064 DFSF.setShadow(&CB, LI); in visitCallBase()
3087 DFSF.setShadow(&PN, ShadowPN); in visitPHINode()