Searched refs:BOU_TRUE (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp99 case cl::BOU_TRUE: return true;
378 if (EnableFastISelOption == cl::BOU_TRUE ||
H A DBranchFolding.cpp93 case cl::BOU_TRUE: EnableTailMerge = true; break;
/external/llvm/lib/Support/
H A DCommandLine.cpp979 Value = BOU_TRUE;
/external/llvm/include/llvm/Support/
H A DCommandLine.h405 enum boolOrDefault { BOU_UNSET, BOU_TRUE, BOU_FALSE }; enumerator in enum:llvm::cl::boolOrDefault

Completed in 67 milliseconds