OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isheuristic
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h
90
bool
isHeuristic
, isAllocable, isInitialized;
97
:
isHeuristic
(false), isAllocable(false), isInitialized(false),
139
nd.
isHeuristic
= true;
190
if (n1.
isHeuristic
)
192
if (n2.
isHeuristic
)
222
if (!n1.
isHeuristic
&& !n2.
isHeuristic
)
229
if (n1.
isHeuristic
) {
241
if (n2.
isHeuristic
) {
264
if (!nd.
isHeuristic
)
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
210
///
ISHeuristic
command line option for instruction schedulers.
215
ISHeuristic
("pre-RA-sched",
[
all
...]
Completed in 373 milliseconds