Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp392 BlockVector AllPreds; in makeSingleEntryLoop() local
396 AllPreds.push_back(Pred); in makeSingleEntryLoop()
403 for (auto *Pred : AllPreds) { in makeSingleEntryLoop()
418 for (auto *Pred : AllPreds) { in makeSingleEntryLoop()
431 for (auto *Pred : AllPreds) { in makeSingleEntryLoop()
461 for (auto *Pred : AllPreds) { in makeSingleEntryLoop()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1487 std::vector<Record *> AllPreds = in getIntersectingVariants() local
1494 if (mutuallyExclusive(PredDef, AllPreds, TransVec[TransIdx].PredTerm)) in getIntersectingVariants()