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

/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp136 Constant *OldBBAddr = BlockAddress::get(const_cast<Function*>(OldFunc), local
138 VMap[OldBBAddr] = BlockAddress::get(NewFunc, CBB);
306 Constant *OldBBAddr = BlockAddress::get(const_cast<Function*>(OldFunc), local
308 VMap[OldBBAddr] = BlockAddress::get(NewFunc, NewBB);

Completed in 326 milliseconds