Searched refs:OldBBAddr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp179 Constant *OldBBAddr = BlockAddress::get(const_cast<Function*>(OldFunc), local
181 VMap[OldBBAddr] = BlockAddress::get(NewFunc, CBB);
321 Constant *OldBBAddr = BlockAddress::get(const_cast<Function*>(OldFunc), local
323 VMap[OldBBAddr] = BlockAddress::get(NewFunc, NewBB);

Completed in 107 milliseconds