Searched defs:UBPtr (Results 1 – 2 of 2) sorted by relevance
/llvm-project/polly/lib/CodeGen/ |
H A D | LoopGeneratorsGOMP.cpp | 130 Value *UBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.UBPtr"); in createSubFn() local 174 createCallGetWorkItem(Value * LBPtr,Value * UBPtr) createCallGetWorkItem() argument
|
H A D | LoopGeneratorsKMP.cpp | 157 Value *UBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.UBPtr"); createSubFn() local 360 createCallStaticInit(Value * GlobalThreadID,Value * IsLastPtr,Value * LBPtr,Value * UBPtr,Value * StridePtr,Value * ChunkSize) createCallStaticInit() argument 468 createCallDispatchNext(Value * GlobalThreadID,Value * IsLastPtr,Value * LBPtr,Value * UBPtr,Value * StridePtr) createCallDispatchNext() argument [all...] |