Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1817 const SCEV *createNodeForPHIWithIdenticalOperands(PHINode *PN);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6008 ScalarEvolution::createNodeForPHIWithIdenticalOperands(PHINode *PN) { in createNodeForPHIWithIdenticalOperands() function in ScalarEvolution
6045 if (const SCEV *S = createNodeForPHIWithIdenticalOperands(PN)) in createNodeForPHI()