Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp191 std::unique_ptr<PredicatedMI>> PredicatedInsts; member in __anone84e0e190111::VPTState
200 PredicatedInsts.emplace( in CreateVPTBlock()
206 PredicatedInsts.clear(); in reset()
212 PredicatedInsts.emplace( in addInst()
248 SetVector<MachineInstr *> &Predicates = PredicatedInsts[MI]->Predicates; in isPredicatedOnVCTP()
279 return Op && PredicatedInsts.count(Op) && isPredicatedOnVCTP(Op); in hasImplicitlyValidVPT()
525 std::unique_ptr<PredicatedMI>> VPTState::PredicatedInsts; member in VPTState