OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplaceAndSimplifyAllUses
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Analysis/
InstructionSimplify.h
148
///
ReplaceAndSimplifyAllUses
- Perform From->replaceAllUsesWith(To) and then
154
void
ReplaceAndSimplifyAllUses
(Instruction *From, Value *To,
/external/llvm/lib/Transforms/Utils/
Local.cpp
345
ReplaceAndSimplifyAllUses
(Inst, V, TD);
402
ReplaceAndSimplifyAllUses
(PN, PNV, TD);
[
all
...]
/external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp
539
ReplaceAndSimplifyAllUses
(CI, RetVal, TLI ? TLI->getTargetData() : 0,
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
Completed in 461 milliseconds