OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasVRegLiveness
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineScheduler.h
309
virtual bool
hasVRegLiveness
() const { return false; }
446
bool
hasVRegLiveness
() const override { return true; }
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
273
virtual bool
hasVRegLiveness
() const { return false; }
405
bool
hasVRegLiveness
() const override { return true; }
[
all
...]
Completed in 1250 milliseconds