OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindAllMemoryUses
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp
402
///
FindAllMemoryUses
- Recursively walk all the uses of I until we find a
405
static bool
FindAllMemoryUses
(Instruction *I,
444
if (
FindAllMemoryUses
(cast<Instruction>(U), MemoryUses, ConsideredInsts,
543
if (
FindAllMemoryUses
(I, MemoryUses, ConsideredInsts, TLI))
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
[
all
...]
Completed in 229 milliseconds