Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp228 << L->getHeader()->getNameOrAsOperand() << "\n"); in runOnLoop()
763 << InitialPreheader->getNameOrAsOperand() in getOrCreateHoistedBlock()
765 << BB->getNameOrAsOperand() << "\n"); in getOrCreateHoistedBlock()
1044 << HoistPoint->getParent()->getNameOrAsOperand() in hoistRegion()
1802 LLVM_DEBUG(dbgs() << "LICM hoisting to " << Dest->getNameOrAsOperand() << ": " in hoist()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h295 std::string getNameOrAsOperand() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp431 std::string Value::getNameOrAsOperand() const { in getNameOrAsOperand() function in Value