Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp201 std::unique_ptr<PredicatedMI>> PredicatedInsts; member in __anon24d030b90111::VPTState
210 PredicatedInsts.emplace( in CreateVPTBlock()
216 PredicatedInsts.clear(); in reset()
222 PredicatedInsts.emplace( in addInst()
258 SetVector<MachineInstr *> &Predicates = PredicatedInsts[MI]->Predicates; in isPredicatedOnVCTP()
286 return Op && PredicatedInsts.count(Op) && isPredicatedOnVCTP(Op); in hasImplicitlyValidVPT()
541 std::unique_ptr<PredicatedMI>> VPTState::PredicatedInsts; member in VPTState