OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TheCopy
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.cpp
119
bool JoinCopy(MachineInstr *
TheCopy
, bool &Again);
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
55
isOnlyCopiedFromConstantGlobal(Value *V, MemTransferInst *&
TheCopy
,
138
if (
TheCopy
) return false;
152
TheCopy
= MI;
164
MemTransferInst *
TheCopy
= nullptr;
165
if (isOnlyCopiedFromConstantGlobal(AI,
TheCopy
, ToDelete))
166
return
TheCopy
;
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
/external/llvm/lib/CodeGen/
RegisterCoalescer.cpp
148
bool joinCopy(MachineInstr *
TheCopy
, bool &Again);
[
all
...]
Completed in 211 milliseconds