OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkHazard
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h
176
bool
checkHazard
(SUnit *SU);
HexagonMachineScheduler.cpp
277
bool ConvergingVLIWScheduler::VLIWSchedBoundary::
checkHazard
(SUnit *SU) {
295
if (ReadyCycle > CurrCycle ||
checkHazard
(SU))
376
if (
checkHazard
(SU))
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
715
bool
checkHazard
(SUnit *SU);
/external/llvm/lib/CodeGen/
MachineScheduler.cpp
[
all
...]
Completed in 35 milliseconds