Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp638 std::vector<std::string> Conds; member in __anon7a817e750211::IAPrinter
647 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 ==()
DAsmMatcherEmitter.cpp2310 StringRef Conds = CondStorage; in emitComputeAvailableFeatures() local
2311 std::pair<StringRef,StringRef> Comma = Conds.split(','); in emitComputeAvailableFeatures()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp630 PredValueInfoTy Conds; in ComputeValueKnownInPredecessors() local
632 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()
DStructurizeCFG.cpp514 BranchVector &Conds = Loops ? LoopConds : Conditions; in insertConditions() local
518 for (BranchInst *Term : Conds) { in insertConditions()