Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DOptimizationLevel.cpp19 const OptimizationLevel OptimizationLevel::O2 = { member in OptimizationLevel
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/
H A DOptimizationLevel.h74 static const OptimizationLevel O2; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp854 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent()
1494 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); in aliasCheck() local
1672 AAQueryInfo &AAQI, const Value *O1, const Value *O2) { in aliasCheckRecursive()
H A DValueTracking.cpp3131 auto *O2 = dyn_cast<Operator>(V2); in isKnownNonEqual() local
/freebsd-14.2/libexec/getty/
H A Dgettytab.h135 #define O2 gettynums[24].value macro
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1179 bool O1, O2, O3, O4; in smul_fast() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1794 const std::set<uint64_t> &O2) { in buildBitSetsFromDisjointSet()