Searched refs:NumRuntimePointerChecks (Results 1 – 3 of 3) sorted by relevance
187 void addRuntimePointerChecks(unsigned Num) { NumRuntimePointerChecks = Num; } in addRuntimePointerChecks()192 unsigned NumRuntimePointerChecks = 0;
300 NumRuntimePointerChecks > PragmaVectorizeMemoryCheckThreshold; in doesNotMeet()302 NumRuntimePointerChecks > VectorizerParams::RuntimeMemoryCheckThreshold; in doesNotMeet()
1741 : NumRuntimePointerChecks(0), UnsafeAlgebraInst(nullptr) {} in LoopVectorizationRequirements()1749 void addRuntimePointerChecks(unsigned Num) { NumRuntimePointerChecks = Num; } in addRuntimePointerChecks()1764 NumRuntimePointerChecks > PragmaVectorizeMemoryCheckThreshold; in doesNotMeet()1766 NumRuntimePointerChecks > VectorizerParams::RuntimeMemoryCheckThreshold; in doesNotMeet()1781 unsigned NumRuntimePointerChecks; member in __anon63bf7e8f0111::LoopVectorizationRequirements