Lines Matching refs:setShadow
656 void setShadow(Instruction *I, Value *Shadow);
1894 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow() function in DFSanFunction
2051 DFSF.setShadow(&I, CombinedShadow); in visitInstOperands()
2398 DFSF.setShadow(&LI, DFSF.DFS.getZeroShadow(&LI)); in visitLoadInst()
2441 DFSF.setShadow(&LI, Shadow); in visitLoadInst()
2729 DFSF.setShadow(&I, DFSF.DFS.getZeroShadow(&I)); in visitCASOrRMW()
2790 DFSF.setShadow(&LPI, DFSF.DFS.getZeroShadow(&LPI)); in visitLandingPadInst()
2805 DFSF.setShadow(&GEPI, DFSF.getShadow(BasePointer)); in visitGetElementPtrInst()
2827 DFSF.setShadow(&I, ResShadow); in visitExtractValueInst()
2836 DFSF.setShadow(&I, Res); in visitInsertValueInst()
2862 DFSF.setShadow(&I, DFSF.DFS.ZeroPrimitiveShadow); in visitAllocaInst()
2907 DFSF.setShadow(&I, ClTrackSelectControlFlow ? DFSF.combineShadowsThenConvert( in visitSelectInst()
3091 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
3097 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
3174 DFSF.setShadow(CustomCI, in visitWrappedCallBase()
3312 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitLibAtomicCompareExchange()
3428 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitCallBase()
3434 DFSF.setShadow(&CB, LI); in visitCallBase()
3459 DFSF.setShadow(&PN, ShadowPN); in visitPHINode()