/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | BreakCriticalEdges.cpp | 333 P->mustPreserveAnalysisID(LoopSimplifyID)) { in SplitCriticalEdge() 338 if (P->mustPreserveAnalysisID(LCSSAID)) { in SplitCriticalEdge() 377 if (P->mustPreserveAnalysisID(LCSSAID)) in SplitCriticalEdge() 386 assert((!P->mustPreserveAnalysisID(LCSSAID) || in SplitCriticalEdge() 387 P->mustPreserveAnalysisID(LoopSimplifyID)) && in SplitCriticalEdge()
|
D | BasicBlockUtils.cpp | 333 bool PreserveLCSSA = P->mustPreserveAnalysisID(LCSSAID); in UpdateAnalysisInformation()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyReplacePhysRegs.cpp | 70 assert(!mustPreserveAnalysisID(LiveIntervalsID) && in runOnMachineFunction()
|
D | WebAssemblyPrepareForLiveIntervals.cpp | 93 assert(!mustPreserveAnalysisID(LiveIntervalsID) && in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyReplacePhysRegs.cpp | 74 assert(!mustPreserveAnalysisID(LiveIntervalsID) && in runOnMachineFunction()
|
D | WebAssemblyPrepareForLiveIntervals.cpp | 84 assert(!mustPreserveAnalysisID(LiveIntervalsID) && in runOnMachineFunction()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Pass.cpp | 47 bool Pass::mustPreserveAnalysisID(char &AID) const { in mustPreserveAnalysisID() function in Pass
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Pass.h | 195 bool mustPreserveAnalysisID(char &AID) const;
|
/external/llvm/include/llvm/ |
D | Pass.h | 210 bool mustPreserveAnalysisID(char &AID) const;
|
/external/llvm/lib/IR/ |
D | Pass.cpp | 54 bool Pass::mustPreserveAnalysisID(char &AID) const { in mustPreserveAnalysisID() function in Pass
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Pass.cpp | 63 bool Pass::mustPreserveAnalysisID(char &AID) const { in mustPreserveAnalysisID() function in Pass
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ |
D | Pass.h | 202 bool mustPreserveAnalysisID(char &AID) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LoopPass.cpp | 248 if (mustPreserveAnalysisID(LCSSAVerificationPass::ID)) in runOnFunction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 154 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnFunction()
|
D | PPCCTRLoops.cpp | 178 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 176 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnFunction()
|
D | PPCCTRLoops.cpp | 205 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 772 bool PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 781 bool PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 1015 bool PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnLoop()
|
D | LoopInterchange.cpp | 456 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnFunction()
|
D | LoopRerollPass.cpp | 1705 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 1130 bool PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnLoop()
|
D | LoopInterchange.cpp | 473 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnFunction()
|
D | LoopRerollPass.cpp | 1640 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnLoop()
|