Home
last modified time | relevance | path

Searched defs:UseInstrInfo (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp190 OptimizationRemarkEmitter *ORE, bool UseInstrInfo) { in computeKnownBits()
199 OptimizationRemarkEmitter *ORE, bool UseInstrInfo) { in computeKnownBits()
215 bool UseInstrInfo) { in computeKnownBits()
225 bool UseInstrInfo) { in computeKnownBits()
234 bool UseInstrInfo) { in haveNoCommonBitsSet()
303 const DominatorTree *DT, bool UseInstrInfo) { in isKnownToBeAPowerOfTwo()
315 const DominatorTree *DT, bool UseInstrInfo) { in isKnownNonZero()
323 bool UseInstrInfo) { in isKnownNonNegative()
331 const DominatorTree *DT, bool UseInstrInfo) { in isKnownPositive()
343 const DominatorTree *DT, bool UseInstrInfo) { in isKnownNegative()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h66 bool UseInstrInfo = true; member