HomeSort by relevance Sort by last modified time
    Searched refs:replaceAllUses (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 165 void replaceAllUses(const BType *RmBB, const BType *DestBB);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 520 PI->replaceAllUses(PredBB, DestBB);
    [all...]
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 317 replaceAllUses(const BasicBlock *RmBB, const BasicBlock *DestBB) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 446 PFI->replaceAllUses(BB, DestBB);
    [all...]

Completed in 775 milliseconds