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 ---------------===//
60 /// outside the current loop. If so, insert LCSSA PHI nodes and rewrite the
101 // Insert the LCSSA phi's into all of the exit blocks dominated by the
123 // rewritten in terms of a different LCSSA PHI.
244 struct LCSSA : public FunctionPass { struct in namespace:__anon26352
246 LCSSA() : FunctionPass(ID) { function in struct:__anon26352::LCSSA
275 char LCSSA::ID = 0;
276 INITIALIZE_PASS_BEGIN(LCSSA, "lcssa", "Loop-Closed SSA Form Pass", false, false)
279 INITIALIZE_PASS_END(LCSSA, "lcssa", "Loop-Closed SSA Form Pass", false, false)
281 Pass *llvm::createLCSSAPass() { return new LCSSA(); }
[all...]

Completed in 464 milliseconds