Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp549 LoadInst *VTablePtrLoad = dyn_cast<LoadInst>(VTableBasePtr); in tryPromoteCall() local
550 if (!VTablePtrLoad) in tryPromoteCall()
552 Value *Object = VTablePtrLoad->getPointerOperand(); in tryPromoteCall()
561 BasicBlock::iterator BBI(VTablePtrLoad); in tryPromoteCall()
563 VTablePtrLoad, VTablePtrLoad->getParent(), BBI, 0, nullptr, nullptr); in tryPromoteCall()