OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isReplaceable
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
TrackingMDRef.h
76
return !MD || !MetadataTracking::
isReplaceable
(*MD);
Metadata.h
265
static bool
isReplaceable
(const Metadata &MD);
333
static bool
isReplaceable
(const Metadata &MD);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp
284
bool
isReplaceable
(const MachineInstr &First, const MachineInstr &Last,
424
bool X86OptimizeLEAPass::
isReplaceable
(const MachineInstr &First,
648
if (!
isReplaceable
(First, Last, AddrDispShift)) {
655
//
isReplaceable
function.
/src/external/apache2/llvm/dist/llvm/lib/IR/
Metadata.cpp
189
assert(!
isReplaceable
(MD) &&
194
bool MetadataTracking::
isReplaceable
(const Metadata &MD) {
195
return ReplaceableMetadataImpl::
isReplaceable
(MD);
339
bool ReplaceableMetadataImpl::
isReplaceable
(const Metadata &MD) {
Completed in 101 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026