Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp101 Instruction *TheInst = &*RI; // Got the corresponding instruction! in deleteInstructionFromProgram() local
104 if (!TheInst->getType()->isVoidTy()) in deleteInstructionFromProgram()
105 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType())); in deleteInstructionFromProgram()
108 TheInst->eraseFromParent(); in deleteInstructionFromProgram()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp4006 DAGInstruction &TheInst = Entry.second; in ParseInstructions() local
4007 TreePatternNodePtr SrcPattern = TheInst.getSrcPattern(); in ParseInstructions()
4008 TreePatternNodePtr ResultPattern = TheInst.getResultPattern(); in ParseInstructions()
4013 ParseOnePattern(Instr, Pattern, Result, TheInst.getImpResults()); in ParseInstructions()