OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaceAllUses
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Analysis/
ProfileInfo.h
166
void
replaceAllUses
(const BType *RmBB, const BType *DestBB);
/external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp
342
PFI->
replaceAllUses
(BB, DestBB);
[
all
...]
/external/llvm/lib/Transforms/Utils/
Local.cpp
457
PI->
replaceAllUses
(PredBB, DestBB);
[
all
...]
/external/llvm/lib/Analysis/
ProfileInfo.cpp
317
replaceAllUses
(const BasicBlock *RmBB, const BasicBlock *DestBB) {
[
all
...]
Completed in 395 milliseconds