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

/external/llvm/lib/CodeGen/
H A DPasses.cpp121 case cl::BOU_TRUE:
614 case cl::BOU_TRUE: return true;
H A DLLVMTargetMachine.cpp122 if (EnableFastISelOption == cl::BOU_TRUE ||
H A DBranchFolding.cpp105 case cl::BOU_TRUE: EnableTailMerge = true; break;
H A DRegisterCoalescer.cpp2221 JoinGlobalCopies = (EnableGlobalCopies == cl::BOU_TRUE);
/external/llvm/lib/Support/
H A DCommandLine.cpp1186 Value = BOU_TRUE;
/external/llvm/include/llvm/Support/
H A DCommandLine.h439 enum boolOrDefault { BOU_UNSET, BOU_TRUE, BOU_FALSE }; enumerator in enum:llvm::cl::boolOrDefault

Completed in 171 milliseconds