Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp562 LoadInst *VTablePtrLoad = dyn_cast<LoadInst>(VTableBasePtr); in tryPromoteCall() local
563 if (!VTablePtrLoad) in tryPromoteCall()
565 Value *Object = VTablePtrLoad->getPointerOperand(); in tryPromoteCall()
574 BasicBlock::iterator BBI(VTablePtrLoad); in tryPromoteCall()
576 VTablePtrLoad, VTablePtrLoad->getParent(), BBI, 0, nullptr, nullptr); in tryPromoteCall()