OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaceCall
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h
116
virtual void
replaceCall
(Value *With) = 0;
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
493
replaceCall
(CI->getArgOperand(0));
516
replaceCall
(CI->getArgOperand(0));
535
replaceCall
(CI->getArgOperand(0));
561
replaceCall
(Ret);
582
replaceCall
(Ret);
/external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp
596
void
replaceCall
(Value *With) {
[
all
...]
Completed in 68 milliseconds