Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2378 Instruction *NewEndInst = in isCompatibleWithAlreadyOutlinedCode() local
2380 assert(NewEndInst && "Next instruction is a nullptr?"); in isCompatibleWithAlreadyOutlinedCode()
2381 if (Region.Candidate->end()->Inst != NewEndInst) { in isCompatibleWithAlreadyOutlinedCode()
2384 IRInstructionData(*NewEndInst, in isCompatibleWithAlreadyOutlinedCode()
2385 InstructionClassifier.visit(*NewEndInst), *IDL); in isCompatibleWithAlreadyOutlinedCode()