Searched refs:NumRuntimePointerChecks (Results 1 – 1 of 1) sorted by relevance
1539 : NumRuntimePointerChecks(0), UnsafeAlgebraInst(nullptr) {} in LoopVectorizationRequirements()1547 void addRuntimePointerChecks(unsigned Num) { NumRuntimePointerChecks = Num; } in addRuntimePointerChecks()1562 NumRuntimePointerChecks > PragmaVectorizeMemoryCheckThreshold; in doesNotMeet()1564 NumRuntimePointerChecks > VectorizerParams::RuntimeMemoryCheckThreshold; in doesNotMeet()1579 unsigned NumRuntimePointerChecks; member in __anon63bf7e8f0111::LoopVectorizationRequirements