Home
last modified time | relevance | path

Searched defs:PredSet (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h44 using PredSet = std::multiset<PredSense>; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp108 MachineInstr *PredSet = TII->buildDefaultInstruction(MBB, I, in runOnMachineFunction() local
H A DR600InstrInfo.cpp759 MachineInstr *PredSet = findFirstPredicateSetterFrom(MBB, MBB.end()); in insertBranch() local
743 MachineInstr *PredSet = findFirstPredicateSetterFrom(MBB, MBB.end()); insertBranch() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1251 SmallPtrSet<BasicBlock *, 16> PredSet(Preds.begin(), Preds.end()); UpdatePHINodes() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8683 for (const auto *PredSet : PredSetList) ExitLimit() local
8696 ExitLimit(const SCEV * E,const SCEV * ConstantMaxNotTaken,const SCEV * SymbolicMaxNotTaken,bool MaxOrZero,const SmallPtrSetImpl<const SCEVPredicate * > & PredSet) ExitLimit() argument