Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp577 if (!SE->canReuseInstruction(CandidateExpr, CandidateInstruction, in findClosestMatchingDominator()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1344 bool canReuseInstruction(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp777 if (!SE->canReuseInstruction(UseSCEV, IVOperand, DropPoisonGeneratingInsts)) in eliminateIdentitySCEV()
H A DScalarEvolutionExpander.cpp1453 if (SE.canReuseInstruction(S, EntInst, DropPoisonGeneratingInsts)) in FindValueInExprValueMap()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4192 bool ScalarEvolution::canReuseInstruction( in canReuseInstruction() function in ScalarEvolution