Lines Matching refs:setShadow
313 void setShadow(Instruction *I, Value *Shadow);
922 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow() function in DFSanFunction
1034 DFSF.setShadow(&I, CombinedShadow); in visitOperandShadowInst()
1157 DFSF.setShadow(&LI, DFSF.DFS.ZeroShadow); in visitLoadInst()
1178 DFSF.setShadow(&LI, Shadow); in visitLoadInst()
1307 DFSF.setShadow(&I, DFSF.DFS.ZeroShadow); in visitAllocaInst()
1316 DFSF.setShadow( in visitSelectInst()
1328 DFSF.setShadow(&I, DFSF.combineShadows(CondShadow, ShadowSel, &I)); in visitSelectInst()
1414 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow); in visitCallSite()
1419 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow); in visitCallSite()
1506 DFSF.setShadow(CustomCI, LabelLoad); in visitCallSite()
1545 DFSF.setShadow(CS.getInstruction(), LI); in visitCallSite()
1600 DFSF.setShadow(ExVal, ExShadow); in visitCallSite()
1622 DFSF.setShadow(&PN, ShadowPN); in visitPHINode()