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.cpp3092 DAGInstruction TheInst(I, Results, Operands, InstImpResults); in parseInstructionPattern() local
3093 DAGInsts.insert(std::make_pair(I->getRecord(), TheInst)); in parseInstructionPattern()
3157 DAGInstruction &TheInst = Entry.second; in ParseInstructions() local
3158 TreePattern *I = TheInst.getPattern(); in ParseInstructions()
3177 TheInst.getResultPattern(), in ParseInstructions()
3178 TheInst.getImpResults(), in ParseInstructions()