Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DOptimizationLevel.cpp19 const OptimizationLevel OptimizationLevel::O2 = { member in OptimizationLevel
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DOptimizationLevel.h74 static const OptimizationLevel O2; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp886 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent()
1567 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); in aliasCheck() local
1765 AAQueryInfo &AAQI, const Value *O1, const Value *O2) { in aliasCheckRecursive()
H A DValueTracking.cpp3610 auto *O2 = dyn_cast<Operator>(V2); in isKnownNonEqual() local
/freebsd/libexec/getty/
H A Dgettytab.h133 #define O2 gettynums[24].value macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp239 auto ComesBefore = [BlockOrder](OpsType O1, OpsType O2) { in ModelledPHI()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1257 bool O1, O2, O3, O4; in smul_fast() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1796 const std::set<uint64_t> &O2) { in buildBitSetsFromDisjointSet()