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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 199 typedef std::set<ErrorCode, struct ErrorCode::LessThan> Conds;
304 Conds* conds_;
sandbox_bpf.cc 283 conds_(new Conds),
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 632 std::vector<std::string> Conds;
641 void addCond(const std::string &C) { Conds.push_back(C); }
674 if (Conds.empty() && ReqFeatures.empty()) {
682 I = Conds.begin(), E = Conds.end(); I != E; ++I) {
683 if (I != Conds.begin()) {
730 if (Conds.size() != RHS.Conds.size())
735 I = Conds.begin(), E = Conds.end(); I != E; ++I
    [all...]
AsmMatcherEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 577 PredValueInfoTy Conds;
579 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds,
581 for (unsigned i = 0, e = Conds.size(); i != e; ++i) {
582 Constant *Cond = Conds[i].first;
599 Result.push_back(std::make_pair(Val, Conds[i].second));
    [all...]
StructurizeCFG.cpp 453 BranchVector &Conds = Loops ? LoopConds : Conditions;
457 for (BranchInst *Term : Conds) {

Completed in 300 milliseconds