Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1485 std::vector<Record *> AllPreds = in getIntersectingVariants() local
1492 if (mutuallyExclusive(PredDef, AllPreds, TransVec[TransIdx].PredTerm)) in getIntersectingVariants()