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

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 613 std::vector<std::string> Conds;
622 void addCond(const std::string &C) { Conds.push_back(C); }
629 if (Conds.empty() && ReqFeatures.empty()) {
637 I = Conds.begin(), E = Conds.end(); I != E; ++I) {
638 if (I != Conds.begin()) {
660 if (Conds.size() != RHS.Conds.size())
665 I = Conds.begin(), E = Conds.end(); I != E; ++I
    [all...]
AsmMatcherEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 547 PredValueInfoTy Conds;
549 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds,
551 for (unsigned i = 0, e = Conds.size(); i != e; ++i) {
552 Constant *Cond = Conds[i].first;
569 Result.push_back(std::make_pair(Val, Conds[i].second));
    [all...]

Completed in 115 milliseconds