HomeSort by relevance Sort by last modified time
    Searched refs:Conds (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 638 std::vector<std::string> Conds;
647 void addCond(const std::string &C) { Conds.push_back(C); }
686 if (Conds.empty() && ReqFeatures.empty()) {
694 I = Conds.begin(), E = Conds.end(); I != E; ++I) {
695 if (I != Conds.begin()) {
741 if (Conds.size() != RHS.Conds.size())
745 for (const auto &str : Conds)
746 if (str != RHS.Conds[Idx++]
    [all...]
AsmMatcherEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 630 PredValueInfoTy Conds;
632 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds,
634 for (unsigned i = 0, e = Conds.size(); i != e; ++i) {
635 Constant *Cond = Conds[i].first;
652 Result.push_back(std::make_pair(Val, Conds[i].second));
    [all...]
StructurizeCFG.cpp 514 BranchVector &Conds = Loops ? LoopConds : Conditions;
518 for (BranchInst *Term : Conds) {

Completed in 527 milliseconds