|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Analysis/Loads.h 93 extern cl::opt<unsigned> DefMaxInstsToScan;
References
include/llvm/Analysis/Loads.h 122 unsigned MaxInstsToScan = DefMaxInstsToScan,
lib/Analysis/Lint.cpp 682 FindAvailableLoadedValue(L, BB, BBI, DefMaxInstsToScan, AA))
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp 983 &LI, LI.getParent(), BBI, DefMaxInstsToScan, AA, &IsLoadCSE)) {
lib/Transforms/Scalar/JumpThreading.cpp 1321 LoadI, LoadBB, BBIt, DefMaxInstsToScan, AA, &IsLoadCSE)) {
1380 DefMaxInstsToScan, AA, &IsLoadCSE, &NumScanedInst);
1386 NumScanedInst < DefMaxInstsToScan) {
1392 (DefMaxInstsToScan - NumScanedInst), AA, &IsLoadCSE,