Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getInstruction

1252     visitOperandShadowInst(*CS.getInstruction());
1256 IRBuilder<> IRB(CS.getInstruction());
1267 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow);
1272 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow);
1277 visitOperandShadowInst(*CS.getInstruction());
1284 if (CallInst *CI = dyn_cast<CallInst>(CS.getInstruction())) {
1359 DFSF.getArgTLS(i, CS.getInstruction()));
1365 if (InvokeInst *II = dyn_cast<InvokeInst>(CS.getInstruction())) {
1381 DFSF.setShadow(CS.getInstruction(), LI);
1416 if (InvokeInst *II = dyn_cast<InvokeInst>(CS.getInstruction())) {
1425 AttributeFuncs::typeIncompatible(NewCS.getInstruction()->getType(),
1430 ExtractValueInst::Create(NewCS.getInstruction(), 0, "", Next);
1433 ExtractValueInst::Create(NewCS.getInstruction(), 1, "", Next);
1438 CS.getInstruction()->replaceAllUsesWith(ExVal);
1441 CS.getInstruction()->eraseFromParent();