Lines Matching full:inserted
102 auto [It, Inserted] = LoopExitBlocks.try_emplace(L); in formLCSSAForInstructionsImpl()
103 if (Inserted) in formLCSSAForInstructionsImpl()
161 // If we already inserted something for this BB, don't reprocess it. in formLCSSAForInstructionsImpl()
198 // header. This could break LCSSA form for L2 because these inserted PHIs in formLCSSAForInstructionsImpl()
215 // inserted. in formLCSSAForInstructionsImpl()
226 // If this use is in an exit block, rewrite to use the newly inserted PHI. in formLCSSAForInstructionsImpl()
228 // in the same block. It assumes the PHI we inserted is at the end of the in formLCSSAForInstructionsImpl()
256 // traversed while rewriting the uses. If we inserted just a single PHI, in formLCSSAForInstructionsImpl()
271 // traversed while rewriting the uses. If we inserted just a single PHI, in formLCSSAForInstructionsImpl()
279 // SSAUpdater might have inserted phi-nodes inside other loops. We'll need in formLCSSAForInstructionsImpl()
289 // Post process PHI instructions that were inserted into another disjoint in formLCSSAForInstructionsImpl()
392 auto [It, Inserted] = LoopExitBlocks.try_emplace(&L); in formLCSSAImpl()
393 if (Inserted) in formLCSSAImpl()
510 /// loop preheaders be inserted into the CFG. It maintains both of these,