OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBoundaryNode
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
ScheduleDAG.h
357
bool
isBoundaryNode
() const { return NodeNum == BoundaryID; };
/external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
[
all
...]
MachineScheduler.cpp
625
assert(!SU->
isBoundaryNode
() && "Boundary node should not be in SUnits");
[
all
...]
Completed in 104 milliseconds