Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp158 Value *IsLastPtr = Builder.CreateAlloca(Builder.getInt32Ty(), nullptr, in createSubFn() local
190 Builder.CreateAlignedStore(Builder.getInt32(0), IsLastPtr, Alignment); in createSubFn()
213 createCallDispatchNext(ID, IsLastPtr, LBPtr, UBPtr, StridePtr); in createSubFn()
220 HasWork = createCallDispatchNext(ID, IsLastPtr, LBPtr, UBPtr, StridePtr); in createSubFn()
238 createCallStaticInit(ID, IsLastPtr, LBPtr, UBPtr, StridePtr, ChunkSize); in createSubFn()
363 Value *IsLastPtr, in createCallStaticInit() argument
397 IsLastPtr, in createCallStaticInit()
470 Value *IsLastPtr, in createCallDispatchNext() argument
495 Value *Args[] = {SourceLocationInfo, GlobalThreadID, IsLastPtr, LBPtr, UBPtr, in createCallDispatchNext()
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DLoopGeneratorsKMP.h116 Value *createCallDispatchNext(Value *GlobalThreadID, Value *IsLastPtr,
129 void createCallStaticInit(Value *GlobalThreadID, Value *IsLastPtr,