Home
last modified time | relevance | path

Searched defs:O2 (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp789 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent()
1483 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); in aliasCheck() local
1618 AAQueryInfo &AAQI, const Value *O1, const Value *O2) { in aliasCheckRecursive()
H A DValueTracking.cpp2762 auto *O2 = dyn_cast<Operator>(V2); in isKnownNonEqual() local
/freebsd-13.1/libexec/getty/
H A Dgettytab.h136 #define O2 gettynums[24].value macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h209 static const OptimizationLevel O2; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1278 llvm::raw_string_ostream O2(S2); in EmitVTableTypeMetadata() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1659 const std::set<uint64_t> &O2) { in buildBitSetsFromDisjointSet()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp328 const PassBuilder::OptimizationLevel PassBuilder::OptimizationLevel::O2 = { member in PassBuilder::OptimizationLevel