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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp59 case cl::BOU_TRUE: return true;
123 if (EnableFastISelOption == cl::BOU_TRUE ||
H A DPasses.cpp111 case cl::BOU_TRUE:
588 case cl::BOU_TRUE: return true;
H A DBranchFolding.cpp97 case cl::BOU_TRUE: EnableTailMerge = true; break;
H A DRegisterCoalescer.cpp2206 JoinGlobalCopies = (EnableGlobalCopies == cl::BOU_TRUE);
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DCommandLine.cpp1160 Value = BOU_TRUE;
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DCommandLine.h432 enum boolOrDefault { BOU_UNSET, BOU_TRUE, BOU_FALSE }; enumerator in enum:llvm::cl::boolOrDefault

Completed in 277 milliseconds