Searched defs:guessInstructionProperties (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp353 /// guessInstructionProperties - Return true if it's OK to guess instruction
358 bool CodeGenTarget::guessInstructionProperties() const { function in class:CodeGenTarget
359 return getInstructionSet()->getValueAsBit("guessInstructionProperties");

Completed in 92 milliseconds