Home
last modified time | relevance | path

Searched refs:LIWP (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp163 auto &LIWP = getAnalysis<LoopInfoWrapperPass>(); in runOnFunction() local
164 LI = &LIWP.getLoopInfo(); in runOnFunction()
259 TimeRegion PassTimer(getPassTimer(&LIWP)); in runOnFunction()
DBasicAliasAnalysis.cpp2077 auto *LIWP = getAnalysisIfAvailable<LoopInfoWrapperPass>(); in runOnFunction() local
2083 LIWP ? &LIWP->getLoopInfo() : nullptr, in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp57 auto *LIWP = getAnalysisIfAvailable<LoopInfoWrapperPass>(); in runOnFunction() local
58 auto *LI = LIWP ? &LIWP->getLoopInfo() : nullptr; in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2694 auto *LIWP = getAnalysisIfAvailable<LoopInfoWrapperPass>(); in runOnFunction() local
2704 LIWP ? &LIWP->getLoopInfo() : nullptr, in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp441 auto *LIWP = getAnalysisIfAvailable<LoopInfoWrapperPass>(); in runOnMachineFunction() local
442 LoopInfo *LI = LIWP ? &LIWP->getLoopInfo() : nullptr; in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3692 auto *LIWP = getAnalysisIfAvailable<LoopInfoWrapperPass>(); in runOnFunction() local
3693 auto *LI = LIWP ? &LIWP->getLoopInfo() : nullptr; in runOnFunction()