Searched refs:transformScopes (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp375 void transformScopes(SmallVectorImpl<CHRScope *> &CHRScopes);
376 void transformScopes(CHRScope *Scope, DenseSet<PHINode *> &TrivialPHIs);
1575 // A helper for transformScopes. Insert a trivial phi at the scope exit block
1701 void CHR::transformScopes(CHRScope *Scope, DenseSet<PHINode *> &TrivialPHIs) { function in class:CHR
1702 CHR_DEBUG(dbgs() << "transformScopes " << *Scope << "\n");
1765 // A helper for transformScopes. Clone the blocks in the scope (excluding the
1845 // A helper for transformScopes. Create the combined branch condition and
1982 void CHR::transformScopes(SmallVectorImpl<CHRScope *> &CHRScopes) { function in class:CHR
1986 transformScopes(Scope, TrivialPHIs);
1989 oss << " after transformScopes " <<
[all...]

Completed in 153 milliseconds