Home
last modified time | relevance | path

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

/external/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()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2865 DAGInstruction TheInst(I, Results, Operands, InstImpResults); in ParseInstructions() local
2866 Instructions.insert(std::make_pair(I->getRecord(), TheInst)); in ParseInstructions()
2884 DAGInstruction &TheInst = II->second; in ParseInstructions() local
2885 TreePattern *I = TheInst.getPattern(); in ParseInstructions()
2904 TheInst.getResultPattern(), in ParseInstructions()
2905 TheInst.getImpResults(), in ParseInstructions()