Searched refs:TheInst (Results 1 – 4 of 4) sorted by relevance
101 Instruction *TheInst = &*RI; // Got the corresponding instruction! in deleteInstructionFromProgram() local104 if (!TheInst->getType()->isVoidTy()) in deleteInstructionFromProgram()105 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType())); in deleteInstructionFromProgram()108 TheInst->getParent()->getInstList().erase(TheInst); in deleteInstructionFromProgram()
103 Instruction *TheInst = &*RI; // Got the corresponding instruction! in deleteInstructionFromProgram() local106 if (!TheInst->getType()->isVoidTy()) in deleteInstructionFromProgram()107 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType())); in deleteInstructionFromProgram()110 TheInst->getParent()->getInstList().erase(TheInst); in deleteInstructionFromProgram()
3099 DAGInstruction TheInst(I, Results, Operands, InstImpResults); in parseInstructionPattern() local3100 DAGInsts.insert(std::make_pair(I->getRecord(), TheInst)); in parseInstructionPattern()3164 DAGInstruction &TheInst = Entry.second; in ParseInstructions() local3165 TreePattern *I = TheInst.getPattern(); in ParseInstructions()3184 TheInst.getResultPattern(), in ParseInstructions()3185 TheInst.getImpResults(), in ParseInstructions()
3873 DAGInstruction &TheInst = Entry.second; in ParseInstructions() local3874 TreePatternNodePtr SrcPattern = TheInst.getSrcPattern(); in ParseInstructions()3875 TreePatternNodePtr ResultPattern = TheInst.getResultPattern(); in ParseInstructions()3880 ParseOnePattern(Instr, Pattern, Result, TheInst.getImpResults()); in ParseInstructions()