Lines Matching defs:LB
23 Value *LB, Value *UB,
52 LB,
63 Value *LB, Value *UB,
72 createCallSpawnThreads(SubFn, SubFnParam, LB, UB, Stride);
162 // Move iterator to: LB, UB, Stride, Shared variable struct.
163 Value *LB = &*AI;
177 Builder.CreateAlignedStore(LB, LBPtr, Alignment);
200 createCallDispatchInit(ID, LB, UB, Stride, ChunkSize);
216 LB = Builder.CreateAlignedLoad(LongType, LBPtr, Alignment,
217 "polly.indvar.LB");
232 LB = Builder.CreateAlignedLoad(LongType, LBPtr, Alignment,
233 "polly.indvar.LB");
244 llvm::CmpInst::Predicate::ICMP_SLE, LB, UB, "polly.hasIteration");
249 LB = Builder.CreateAlignedLoad(LongType, LBPtr, Alignment,
250 "polly.indvar.LB.entry");
259 Builder.CreateAdd(LB, ChunkedStride, "polly.indvar.nextLB");
287 Value *IV = createLoop(LB, UB, SequentialLoopStride, Builder, *SubFnLI,
412 Value *LB, Value *UB,
441 LB,