Home
last modified time | relevance | path

Searched defs:TrivialPHIs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1436 DenseSet<PHINode *> &TrivialPHIs, in hoistValue()
1482 DenseSet<PHINode *> &TrivialPHIs, in hoistScopeConditions()
1558 DenseSet<PHINode *> &TrivialPHIs) { in insertTrivialPHIs()
1675 void CHR::transformScopes(CHRScope *Scope, DenseSet<PHINode *> &TrivialPHIs) { in transformScopes()
1979 DenseSet<PHINode *> TrivialPHIs; in transformScopes() local