Searched refs:Conds (Results 1 – 4 of 4) sorted by relevance
638 std::vector<std::string> Conds; member in __anon7a817e750211::IAPrinter647 void addCond(const std::string &C) { Conds.push_back(C); } in addCond()686 if (Conds.empty() && ReqFeatures.empty()) { in print()694 I = Conds.begin(), E = Conds.end(); I != E; ++I) { in print()695 if (I != Conds.begin()) { in print()741 if (Conds.size() != RHS.Conds.size()) in operator ==()745 for (const auto &str : Conds) in operator ==()746 if (str != RHS.Conds[Idx++]) in operator ==()
2310 StringRef Conds = CondStorage; in emitComputeAvailableFeatures() local2311 std::pair<StringRef,StringRef> Comma = Conds.split(','); in emitComputeAvailableFeatures()
630 PredValueInfoTy Conds; in ComputeValueKnownInPredecessors() local632 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds, in ComputeValueKnownInPredecessors()634 for (unsigned i = 0, e = Conds.size(); i != e; ++i) { in ComputeValueKnownInPredecessors()635 Constant *Cond = Conds[i].first; in ComputeValueKnownInPredecessors()652 Result.push_back(std::make_pair(Val, Conds[i].second)); in ComputeValueKnownInPredecessors()
514 BranchVector &Conds = Loops ? LoopConds : Conditions; in insertConditions() local518 for (BranchInst *Term : Conds) { in insertConditions()