Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp393 BlockVector AllPreds; in makeSingleEntryLoop() local
397 AllPreds.push_back(Pred); in makeSingleEntryLoop()
404 for (auto *Pred : AllPreds) { in makeSingleEntryLoop()
419 for (auto *Pred : AllPreds) { in makeSingleEntryLoop()
432 for (auto *Pred : AllPreds) { in makeSingleEntryLoop()
462 for (auto *Pred : AllPreds) { in makeSingleEntryLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1479 std::vector<Record *> AllPreds = in getIntersectingVariants() local
1486 if (mutuallyExclusive(PredDef, AllPreds, TransVec[TransIdx].PredTerm)) in getIntersectingVariants()