Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfo.h166 void replaceAllUses(const BType *RmBB, const BType *DestBB);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLocal.cpp466 PI->replaceAllUses(PredBB, DestBB); in MergeBasicBlockIntoOnlyPred()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp349 PFI->replaceAllUses(BB, DestBB); in EliminateMostlyEmptyBlock()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfo.cpp317 replaceAllUses(const BasicBlock *RmBB, const BasicBlock *DestBB) { in replaceAllUses() function in llvm::ProfileInfoT