Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp200 std::unique_ptr<PredicatedMI>> PredicatedInsts; member in __anon67cf66980111::VPTState
209 PredicatedInsts.emplace( in CreateVPTBlock()
215 PredicatedInsts.clear(); in reset()
221 PredicatedInsts.emplace( in addInst()
257 SetVector<MachineInstr *> &Predicates = PredicatedInsts[MI]->Predicates; in isPredicatedOnVCTP()
285 return Op && PredicatedInsts.count(Op) && isPredicatedOnVCTP(Op); in hasImplicitlyValidVPT()
535 std::unique_ptr<PredicatedMI>> VPTState::PredicatedInsts; member in VPTState