Searched refs:LoopPreheader (Results 1 – 3 of 3) sorted by relevance
198 BasicBlock *LoopPreheader = nullptr; member in __anonf191606d0111::LoopUnswitch249 LoopPreheader = CurrentLoop->getLoopPreheader(); in initLoopData()650 if (!LoopPreheader) in processCurrentLoop()1111 BasicBlock *NewPH = SplitEdge(LoopPreheader, LoopHeader, DT, LI, MSSAU.get()); in unswitchTrivialCondition()1127 auto *OldBranch = dyn_cast<BranchInst>(LoopPreheader->getTerminator()); in unswitchTrivialCondition()1351 SplitEdge(LoopPreheader, LoopHeader, DT, LI, MSSAU.get()); in unswitchNontrivialCondition()1445 BranchInst *OldBR = cast<BranchInst>(LoopPreheader->getTerminator()); in unswitchNontrivialCondition()
488 auto *LoopPreheader = L->getLoopPreheader(); in rewriteFirstIterationLoopExitValues() local489 assert(LoopPreheader && "Invalid loop"); in rewriteFirstIterationLoopExitValues()490 int PreheaderIdx = ExitVal->getBasicBlockIndex(LoopPreheader); in rewriteFirstIterationLoopExitValues()
99 BasicBlock *LoopPreheader,