Home
last modified time | relevance | path

Searched refs:HasGlobalPred (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DVectorUtils.h108 static VFShape get(const CallInst &CI, ElementCount EC, bool HasGlobalPred) { in get()
112 if (HasGlobalPred) in get()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp505 void buildShape(ElementCount VF, bool HasGlobalPred) { in buildShape() argument
506 Shape = VFShape::get(*CI, VF, HasGlobalPred); in buildShape()