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

  /external/llvm/lib/Target/R600/
AMDGPUStructurizeCFG.cpp 454 BranchVector &Conds = Loops ? LoopConds : Conditions;
458 for (BranchVector::iterator I = Conds.begin(),
459 E = Conds.end(); I != E; ++I) {
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 561 PredValueInfoTy Conds;
563 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds,
565 for (unsigned i = 0, e = Conds.size(); i != e; ++i) {
566 Constant *Cond = Conds[i].first;
583 Result.push_back(std::make_pair(Val, Conds[i].second));
    [all...]

Completed in 119 milliseconds