reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
421 Value *combineShadows(Value *V1, Value *V2, Instruction *Pos);
1171 Shadow = combineShadows(Shadow, getShadow(Inst->getOperand(i)), Inst); 1222 return combineShadows( 1319 Shadow = DFSF.combineShadows(Shadow, PtrShadow, &LI); 1397 Shadow = DFSF.combineShadows(Shadow, PtrShadow, &SI); 1467 DFSF.combineShadows( 1468 CondShadow, DFSF.combineShadows(TrueShadow, FalseShadow, &I), &I)); 1477 DFSF.setShadow(&I, DFSF.combineShadows(CondShadow, ShadowSel, &I));