Home
last modified time | relevance | path

Searched refs:TheInst (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/bugpoint/
DExtractFunction.cpp106 Instruction *TheInst = RI; // Got the corresponding instruction! in deleteInstructionFromProgram() local
109 if (!TheInst->getType()->isVoidTy()) in deleteInstructionFromProgram()
110 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType())); in deleteInstructionFromProgram()
113 TheInst->getParent()->getInstList().erase(TheInst); in deleteInstructionFromProgram()
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2820 DAGInstruction TheInst(I, Results, Operands, InstImpResults); in parseInstructionPattern() local
2821 DAGInsts.insert(std::make_pair(I->getRecord(), TheInst)); in parseInstructionPattern()
2892 DAGInstruction &TheInst = II->second; in ParseInstructions() local
2893 TreePattern *I = TheInst.getPattern(); in ParseInstructions()
2912 TheInst.getResultPattern(), in ParseInstructions()
2913 TheInst.getImpResults(), in ParseInstructions()