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

/external/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp1 //===-- LCSSA.cpp - Convert loops into loop-closed SSA form ---------------===//
62 /// outside the current loop. If so, insert LCSSA PHI nodes and rewrite the
110 // Insert the LCSSA phi's into all of the exit blocks dominated by the
129 // rewritten in terms of a different LCSSA PHI.
145 // This could break LCSSA form for L2 because these inserted PHIs can also
278 struct LCSSA : public FunctionPass { struct in namespace:__anon12579
280 LCSSA() : FunctionPass(ID) { function in struct:__anon12579::LCSSA
308 char LCSSA::ID = 0;
309 INITIALIZE_PASS_BEGIN(LCSSA, "lcssa", "Loop-Closed SSA Form Pass", false, false)
314 INITIALIZE_PASS_END(LCSSA, "lcss
[all...]

Completed in 96 milliseconds