OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bisectenabled
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
OptBisect.cpp
32
BisectEnabled
= OptBisectLimit != INT_MAX;
97
if (!
BisectEnabled
)
104
assert(
BisectEnabled
);
113
if (!
BisectEnabled
)
/external/llvm/include/llvm/IR/
OptBisect.h
75
bool
BisectEnabled
= false;
Completed in 109 milliseconds