Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp419 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop() local
422 EntryToLayoutPred[{Entry, PredInLoop}] = Pred; in makeSingleEntryLoop()
432 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop() local
434 if (!Entries.count(Entry) || Map.count({Entry, PredInLoop})) in makeSingleEntryLoop()
439 if (auto *OtherPred = EntryToLayoutPred.lookup({Entry, PredInLoop})) in makeSingleEntryLoop()
457 Map[{Entry, PredInLoop}] = Routing; in makeSingleEntryLoop()
462 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop() local
467 Op.setMBB(Map[{Op.getMBB(), PredInLoop}]); in makeSingleEntryLoop()
472 auto *Routing = Map[{Succ, PredInLoop}]; in makeSingleEntryLoop()