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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1701 void CHR::transformScopes(CHRScope *Scope, DenseSet<PHINode *> &TrivialPHIs) { argument
1455 hoistValue(Value *V, Instruction *HoistPoint, Region *R, HoistStopMapTy &HoistStopMap, DenseSet<Instruction *> &HoistedSet, DenseSet<PHINode *> &TrivialPHIs, DominatorTree &DT) argument
1503 hoistScopeConditions(CHRScope *Scope, Instruction *HoistPoint, DenseSet<PHINode *> &TrivialPHIs, DominatorTree &DT) argument
1578 insertTrivialPHIs(CHRScope *Scope, BasicBlock *EntryBlock, BasicBlock *ExitBlock, DenseSet<PHINode *> &TrivialPHIs) argument
1984 DenseSet<PHINode *> TrivialPHIs; local
[all...]

Completed in 103 milliseconds