OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcomplexity
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombine.h
37
///
getComplexity
: Assign a complexity or rank value to LLVM Values...
39
static inline unsigned
getComplexity
(Value *V) {
InstructionCombining.cpp
140
if (I.isCommutative() &&
getComplexity
(I.getOperand(0)) <
141
getComplexity
(I.getOperand(1)))
[
all
...]
InstCombineCompares.cpp
[
all
...]
Completed in 808 milliseconds