OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaceAllUsesWith
(Results
51 - 75
of
115
) sorted by null
1
2
3
4
5
/external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp
81
PN->
replaceAllUsesWith
(Constant::getNullValue(PN->getType()));
/external/llvm/lib/IR/
DebugInfo.cpp
330
///
replaceAllUsesWith
- Replace all uses of the MDNode used by this
332
void DIType::
replaceAllUsesWith
(DIDescriptor &D) {
337
// legitimate situations where they want to
replaceAllUsesWith
() on something
339
// this detail by allowing a value to be replaced with
replaceAllUsesWith
()
345
Node->
replaceAllUsesWith
(const_cast<Value*>(V));
350
///
replaceAllUsesWith
- Replace all uses of the MDNode used by this
352
void DIType::
replaceAllUsesWith
(MDNode *D) {
357
// legitimate situations where they want to
replaceAllUsesWith
() on something
359
// this detail by allowing a value to be replaced with
replaceAllUsesWith
()
365
Node->
replaceAllUsesWith
(const_cast<Value*>(V))
[
all
...]
DIBuilder.cpp
41
DIType(TempEnumTypes).
replaceAllUsesWith
(Enums);
44
DIType(TempRetainTypes).
replaceAllUsesWith
(RetainTypes);
47
DIType(TempSubprograms).
replaceAllUsesWith
(SPs);
58
DIType(Temp).
replaceAllUsesWith
(AV);
63
DIType(TempGVs).
replaceAllUsesWith
(GVs);
66
DIType(TempImportedModules).
replaceAllUsesWith
(IMs);
[
all
...]
/external/llvm/lib/Target/R600/
R600TextureIntrinsicsReplacer.cpp
154
I.
replaceAllUsesWith
(Builder.CreateCall(F, Args));
/external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h
293
CI->
replaceAllUsesWith
(OldArg);
/external/llvm/lib/Transforms/Utils/
ValueMapper.cpp
99
Dummy->
replaceAllUsesWith
(NewMD);
SimplifyCFG.cpp
[
all
...]
CloneFunction.cpp
494
PN->
replaceAllUsesWith
(NV);
555
Dest->
replaceAllUsesWith
(I);
/external/llvm/lib/Transforms/Scalar/
GVN.cpp
[
all
...]
IndVarSimplify.cpp
416
Compare->
replaceAllUsesWith
(NewCompare);
420
Incr->
replaceAllUsesWith
(UndefValue::get(Incr->getType()));
433
PN->
replaceAllUsesWith
(Conv);
600
PN->
replaceAllUsesWith
(ExitVal);
610
PN->
replaceAllUsesWith
(NewPN);
[
all
...]
ScalarReplAggregates.cpp
633
LI->
replaceAllUsesWith
(NewLoadVal);
[
all
...]
TailRecursionElimination.cpp
235
PN->
replaceAllUsesWith
(PNV);
539
I->
replaceAllUsesWith
(PN); // Everyone use the PHI node now!
GlobalMerge.cpp
186
Globals[k]->
replaceAllUsesWith
(GEP);
LoopUnswitch.cpp
[
all
...]
CodeGenPrepare.cpp
437
BB->
replaceAllUsesWith
(DestBB);
597
CI->
replaceAllUsesWith
(With);
[
all
...]
JumpThreading.cpp
697
I->
replaceAllUsesWith
(SimpleVal);
[
all
...]
Reassociate.cpp
326
Neg->
replaceAllUsesWith
(Res);
[
all
...]
SCCP.cpp
[
all
...]
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
481
LI->
replaceAllUsesWith
(Init);
778
GEP->
replaceAllUsesWith
(NewPtr);
[
all
...]
MergeFunctions.cpp
763
G->
replaceAllUsesWith
(NewG);
779
G->
replaceAllUsesWith
(GA);
798
F->
replaceAllUsesWith
(H);
Inliner.cpp
217
AI->
replaceAllUsesWith
(AvailableAlloca);
/external/llvm/include/llvm/
DebugInfo.h
261
///
replaceAllUsesWith
- Replace all uses of debug info referenced by
263
void
replaceAllUsesWith
(DIDescriptor &D);
264
void
replaceAllUsesWith
(MDNode *D);
/external/llvm/tools/bugpoint/
CrashDebugger.cpp
301
BBTerm->
replaceAllUsesWith
(Constant::getNullValue(BBTerm->getType()));
405
Inst->
replaceAllUsesWith
(UndefValue::get(Inst->getType()));
/external/clang/lib/CodeGen/
CGCXX.cpp
163
Entry->
replaceAllUsesWith
(Alias);
/external/llvm/lib/Linker/
LinkModules.cpp
737
DstGV->
replaceAllUsesWith
(ConstantExpr::getBitCast(NG, DstGV->getType()));
804
DGV->
replaceAllUsesWith
(ConstantExpr::getBitCast(NewDGV, DGV->getType()));
[
all
...]
Completed in 1025 milliseconds
1
2
3
4
5