Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DExtractFunction.cpp103 Instruction *TheInst = RI; // Got the corresponding instruction! in deleteInstructionFromProgram() local
106 if (!TheInst->getType()->isVoidTy()) in deleteInstructionFromProgram()
107 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType())); in deleteInstructionFromProgram()
110 TheInst->getParent()->getInstList().erase(TheInst); in deleteInstructionFromProgram()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3048 DAGInstruction TheInst(I, Results, Operands, InstImpResults); in parseInstructionPattern() local
3049 DAGInsts.insert(std::make_pair(I->getRecord(), TheInst)); in parseInstructionPattern()
3115 DAGInstruction &TheInst = II->second; in ParseInstructions() local
3116 TreePattern *I = TheInst.getPattern(); in ParseInstructions()
3135 TheInst.getResultPattern(), in ParseInstructions()
3136 TheInst.getImpResults(), in ParseInstructions()