Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h233 bool discoverTransitivelyIncomingValues(Constant *Const, PHINode *Root,
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp272 bool InstCostVisitor::discoverTransitivelyIncomingValues( in discoverTransitivelyIncomingValues() function in InstCostVisitor
365 if (!discoverTransitivelyIncomingValues(Const, &I, TransitivePHIs)) in visitPHINode()