HomeSort by: relevance | last modified time | path
    Searched defs:VPlanPredicator (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanPredicator.h 1 //===-- VPlanPredicator.h ---------------------------------------*- C++ -*-===//
10 /// This file defines the VPlanPredicator class which contains the public
24 class VPlanPredicator {
68 VPlanPredicator(VPlan &Plan);
VPlanPredicator.cpp 1 //===-- VPlanPredicator.cpp -------------------------------------*- C++ -*-===//
10 /// This file implements the VPlanPredicator class which contains the public
15 #include "VPlanPredicator.h"
23 #define DEBUG_TYPE "VPlanPredicator"
37 VPValue *VPlanPredicator::getOrCreateNotPredicate(VPBasicBlock *PredBB,
85 VPValue *VPlanPredicator::genPredicateTree(std::list<VPValue *> &Worklist) {
116 VPlanPredicator::EdgeType
117 VPlanPredicator::getEdgeTypeBetween(VPBlockBase *FromBlock,
133 void VPlanPredicator::createOrPropagatePredicates(VPBlockBase *CurrBlock,
187 void VPlanPredicator::predicateRegionRec(VPRegionBlock *Region)
    [all...]

Completed in 110 milliseconds