Home
last modified time | relevance | path

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

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