Searched refs:IndexPtr (Results 1 – 3 of 3) sorted by relevance
173 Value *IndexPtr = LoopBuilder.CreateSub( in convertMemMoveToLoop() local176 LoopBuilder.CreateInBoundsGEP(SrcAddr, IndexPtr), "element"); in convertMemMoveToLoop()178 LoopBuilder.CreateInBoundsGEP(DstAddr, IndexPtr)); in convertMemMoveToLoop()180 LoopBuilder.CreateICmpEQ(IndexPtr, ConstantInt::get(TypeOfCopyLen, 0)), in convertMemMoveToLoop()182 LoopPhi->addIncoming(IndexPtr, LoopBB); in convertMemMoveToLoop()
396 std::unique_ptr<FunctionInfoIndex> IndexPtr; in runOnModule() local401 IndexPtr = getFunctionIndexForFile(SummaryFile, Error, diagnosticHandler); in runOnModule()402 if (!IndexPtr) { in runOnModule()407 Index = IndexPtr.get(); in runOnModule()
591 InstrProfReaderIndexBase *IndexPtr = nullptr; in readHeader() local592 IndexPtr = new InstrProfReaderIndex<OnDiskHashTableImplV3>( in readHeader()594 Index.reset(IndexPtr); in readHeader()