Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/utils/TableGen/
HDAsmWriterEmitter.cpp636 std::vector<std::string> Conds; member in __anon103a0dc20211::IAPrinter
645 void addCond(const std::string &C) { Conds.push_back(C); } in addCond()
684 if (Conds.empty() && ReqFeatures.empty()) { in print()
692 I = Conds.begin(), E = Conds.end(); I != E; ++I) { in print()
693 if (I != Conds.begin()) { in print()
740 if (Conds.size() != RHS.Conds.size()) in operator ==()
745 I = Conds.begin(), E = Conds.end(); I != E; ++I) in operator ==()
746 if (*I != RHS.Conds[Idx++]) in operator ==()
HDAsmMatcherEmitter.cpp2291 StringRef Conds = CondStorage; in emitComputeAvailableFeatures() local
2292 std::pair<StringRef,StringRef> Comma = Conds.split(','); in emitComputeAvailableFeatures()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDJumpThreading.cpp583 PredValueInfoTy Conds; in ComputeValueKnownInPredecessors() local
585 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds, in ComputeValueKnownInPredecessors()
587 for (unsigned i = 0, e = Conds.size(); i != e; ++i) { in ComputeValueKnownInPredecessors()
588 Constant *Cond = Conds[i].first; in ComputeValueKnownInPredecessors()
605 Result.push_back(std::make_pair(Val, Conds[i].second)); in ComputeValueKnownInPredecessors()
HDStructurizeCFG.cpp518 BranchVector &Conds = Loops ? LoopConds : Conditions; in insertConditions() local
522 for (BranchInst *Term : Conds) { in insertConditions()