Home
last modified time | relevance | path

Searched refs:VPlanPredicator (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp37 VPValue *VPlanPredicator::getOrCreateNotPredicate(VPBasicBlock *PredBB, in getOrCreateNotPredicate()
85 VPValue *VPlanPredicator::genPredicateTree(std::list<VPValue *> &Worklist) { in genPredicateTree()
116 VPlanPredicator::EdgeType
117 VPlanPredicator::getEdgeTypeBetween(VPBlockBase *FromBlock, in getEdgeTypeBetween()
133 void VPlanPredicator::createOrPropagatePredicates(VPBlockBase *CurrBlock, in createOrPropagatePredicates()
187 void VPlanPredicator::predicateRegionRec(VPRegionBlock *Region) { in predicateRegionRec()
207 void VPlanPredicator::linearizeRegionRec(VPRegionBlock *Region) { in linearizeRegionRec()
234 void VPlanPredicator::predicate(void) { in predicate()
242 VPlanPredicator::VPlanPredicator(VPlan &Plan) in VPlanPredicator() function in VPlanPredicator
H A DVPlanPredicator.h24 class VPlanPredicator {
68 VPlanPredicator(VPlan &Plan);
H A DCMakeLists.txt10 VPlanPredicator.cpp
H A DLoopVectorize.cpp9284 VPlanPredicator VPP(*Plan); in buildVPlan()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/
H A DBUILD.gn16 "VPlanPredicator.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMVectorize/
H A DMakefile17 VPlanPredicator.cpp \