Home
last modified time | relevance | path

Searched refs:PredInLoop (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp420 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop() local
423 EntryToLayoutPred[{Entry, PredInLoop}] = Pred; in makeSingleEntryLoop()
433 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop() local
435 if (!Entries.count(Entry) || Map.count({Entry, PredInLoop})) in makeSingleEntryLoop()
440 if (auto *OtherPred = EntryToLayoutPred.lookup({Entry, PredInLoop})) in makeSingleEntryLoop()
458 Map[{Entry, PredInLoop}] = Routing; in makeSingleEntryLoop()
463 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop() local
468 Op.setMBB(Map[{Op.getMBB(), PredInLoop}]); in makeSingleEntryLoop()
473 auto *Routing = Map[{Succ, PredInLoop}]; in makeSingleEntryLoop()