Home
last modified time | relevance | path

Searched defs:CurLoop (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DMustExecute.cpp44 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
71 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
96 void LoopSafetyInfo::computeBlockColors(const Loop *CurLoop) { in computeBlockColors()
111 const Loop *CurLoop) { in CanProveNotTakenFirstIteration()
153 const Loop *CurLoop, const BasicBlock *BB, in collectTransitivePredecessors()
182 bool LoopSafetyInfo::allLoopPathsLeadToBlock(const Loop *CurLoop, in allLoopPathsLeadToBlock()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DMustExecute.cpp45 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
72 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
97 void LoopSafetyInfo::computeBlockColors(const Loop *CurLoop) { in computeBlockColors()
112 const Loop *CurLoop) { in CanProveNotTakenFirstIteration()
154 const Loop *CurLoop, const BasicBlock *BB, in collectTransitivePredecessors()
183 bool LoopSafetyInfo::allLoopPathsLeadToBlock(const Loop *CurLoop, in allLoopPathsLeadToBlock()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DLICM.cpp420 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegion()
496 Loop *CurLoop; member in __anon01c4a5fc0311::ControlFlowHoister
508 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
897 Loop *CurLoop) { in isLoadInvariantInLoop()
997 Loop *CurLoop, AliasSetTracker *CurAST, in canSinkOrHoistInst()
1167 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1322 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1428 const Loop *CurLoop, ICFLoopSafetyInfo *SafetyInfo, in sink()
1584 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
2098 Loop *CurLoop) { in pointerInvalidatedByLoopWithMSSA()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DLICM.cpp371 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegion()
530 Loop *CurLoop) { in isLoadInvariantInLoop()
579 Loop *CurLoop, AliasSetTracker *CurAST, in canSinkOrHoistInst()
702 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
730 static bool isNotUsedOrFreeInLoop(const Instruction &I, const Loop *CurLoop, in isNotUsedOrFreeInLoop()
826 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop) { in sinkThroughTriviallyReplaceablePHI()
859 LoopInfo *LI, const Loop *CurLoop, in splitPredecessorsOfLoopExit()
933 const Loop *CurLoop, LoopSafetyInfo *SafetyInfo, in sink()
1079 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
1217 Loop *CurLoop, AliasSetTracker *CurAST, LoopSafetyInfo *SafetyInfo, in promoteLoopAccessesToScalars()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DLICM.cpp453 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegion()
533 Loop *CurLoop; member in __anonc70969a60311::ControlFlowHoister
545 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
940 Loop *CurLoop) { in isLoadInvariantInLoop()
1039 Loop *CurLoop, AliasSetTracker *CurAST, in canSinkOrHoistInst()
1260 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1425 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1532 const Loop *CurLoop, ICFLoopSafetyInfo *SafetyInfo, in sink()
1678 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
1843 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DLICM.cpp453 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegion()
533 Loop *CurLoop; member in __anonfc73cd400311::ControlFlowHoister
545 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
940 Loop *CurLoop) { in isLoadInvariantInLoop()
1039 Loop *CurLoop, AliasSetTracker *CurAST, in canSinkOrHoistInst()
1260 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1425 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1532 const Loop *CurLoop, ICFLoopSafetyInfo *SafetyInfo, in sink()
1678 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
1843 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DLICM.cpp499 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegion()
577 Loop *CurLoop; member in __anon2a524a7e0411::ControlFlowHoister
589 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
985 Loop *CurLoop) { in isLoadInvariantInLoop()
1084 Loop *CurLoop, AliasSetTracker *CurAST, in canSinkOrHoistInst()
1305 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1468 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1575 const Loop *CurLoop, ICFLoopSafetyInfo *SafetyInfo, in sink()
1721 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
1886 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLICM.cpp496 Loop *CurLoop, AliasSetTracker *CurAST, in sinkRegion()
575 Loop *CurLoop; member in __anonfad5fa100311::ControlFlowHoister
587 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
827 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion()
1014 Loop *CurLoop) { in isLoadInvariantInLoop()
1355 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1520 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1627 BlockFrequencyInfo *BFI, const Loop *CurLoop, in sink()
1783 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
1950 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLICM.cpp499 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegion()
577 Loop *CurLoop; member in __anon1cc168490411::ControlFlowHoister
589 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
985 Loop *CurLoop) { in isLoadInvariantInLoop()
1084 Loop *CurLoop, AliasSetTracker *CurAST, in canSinkOrHoistInst()
1305 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1468 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1575 const Loop *CurLoop, ICFLoopSafetyInfo *SafetyInfo, in sink()
1721 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
1886 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp499 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegion()
577 Loop *CurLoop; member in __anon5e0d1cc10411::ControlFlowHoister
589 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
985 Loop *CurLoop) { in isLoadInvariantInLoop()
1084 Loop *CurLoop, AliasSetTracker *CurAST, in canSinkOrHoistInst()
1305 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1468 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1575 const Loop *CurLoop, ICFLoopSafetyInfo *SafetyInfo, in sink()
1721 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
1886 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp471 Loop *CurLoop, AliasSetTracker *CurAST, in sinkRegion()
550 Loop *CurLoop; member in __anond7ee80710311::ControlFlowHoister
562 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
802 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion()
989 Loop *CurLoop) { in isLoadInvariantInLoop()
1335 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1500 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1607 BlockFrequencyInfo *BFI, const Loop *CurLoop, in sink()
1763 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
1930 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLICM.cpp496 Loop *CurLoop, AliasSetTracker *CurAST, in sinkRegion()
575 Loop *CurLoop; member in __anonfa121ca40311::ControlFlowHoister
587 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
827 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion()
1014 Loop *CurLoop) { in isLoadInvariantInLoop()
1355 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1520 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1627 BlockFrequencyInfo *BFI, const Loop *CurLoop, in sink()
1783 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
1950 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DLICM.cpp489 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegion()
567 Loop *CurLoop; member in __anond3e628be0411::ControlFlowHoister
579 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
975 Loop *CurLoop) { in isLoadInvariantInLoop()
1073 Loop *CurLoop, AliasSetTracker *CurAST, in canSinkOrHoistInst()
1280 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1440 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1546 const Loop *CurLoop, ICFLoopSafetyInfo *SafetyInfo, in sink()
1691 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
1856 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DLICM.cpp510 Loop *CurLoop, MemorySSAUpdater *MSSAU, in sinkRegion()
607 Loop *CurLoop; member in __anonb92366510511::ControlFlowHoister
619 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
858 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion()
1040 Loop *CurLoop) { in isLoadInvariantInLoop()
1385 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1556 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1663 BlockFrequencyInfo *BFI, const Loop *CurLoop, in sink()
1825 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
2331 Loop *CurLoop, Instruction &I, in pointerInvalidatedByLoopWithMSSA()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLICM.cpp555 Loop *CurLoop, AliasSetTracker *CurAST, in sinkRegion()
634 Loop *CurLoop; member in __anone5dc64de0511::ControlFlowHoister
646 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
886 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion()
1073 Loop *CurLoop) { in isLoadInvariantInLoop()
1414 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1577 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1684 BlockFrequencyInfo *BFI, const Loop *CurLoop, in sink()
1846 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
2026 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DLICM.cpp555 Loop *CurLoop, AliasSetTracker *CurAST, in sinkRegion()
634 Loop *CurLoop; member in __anon48e106b40511::ControlFlowHoister
646 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
886 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion()
1073 Loop *CurLoop) { in isLoadInvariantInLoop()
1414 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1577 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1684 BlockFrequencyInfo *BFI, const Loop *CurLoop, in sink()
1846 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
2026 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp555 Loop *CurLoop, AliasSetTracker *CurAST, in sinkRegion()
634 Loop *CurLoop; member in __anon0531e3130511::ControlFlowHoister
646 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
886 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion()
1073 Loop *CurLoop) { in isLoadInvariantInLoop()
1414 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1577 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1684 BlockFrequencyInfo *BFI, const Loop *CurLoop, in sink()
1846 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
2026 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLICM.cpp555 Loop *CurLoop, AliasSetTracker *CurAST, in sinkRegion()
634 Loop *CurLoop; member in __anon089099a60511::ControlFlowHoister
646 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
886 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion()
1073 Loop *CurLoop) { in isLoadInvariantInLoop()
1414 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1577 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1684 BlockFrequencyInfo *BFI, const Loop *CurLoop, in sink()
1846 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
2026 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLICM.cpp555 Loop *CurLoop, AliasSetTracker *CurAST, in sinkRegion()
634 Loop *CurLoop; member in __anon095477120511::ControlFlowHoister
646 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
886 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion()
1073 Loop *CurLoop) { in isLoadInvariantInLoop()
1414 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1577 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1684 BlockFrequencyInfo *BFI, const Loop *CurLoop, in sink()
1846 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
2026 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DMustExecute.cpp51 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
78 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
103 void LoopSafetyInfo::computeBlockColors(const Loop *CurLoop) { in computeBlockColors()
118 const Loop *CurLoop) { in CanProveNotTakenFirstIteration()
160 const Loop *CurLoop, const BasicBlock *BB, in collectTransitivePredecessors()
189 bool LoopSafetyInfo::allLoopPathsLeadToBlock(const Loop *CurLoop, in allLoopPathsLeadToBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMustExecute.cpp51 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
78 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
103 void LoopSafetyInfo::computeBlockColors(const Loop *CurLoop) { in computeBlockColors()
118 const Loop *CurLoop) { in CanProveNotTakenFirstIteration()
160 const Loop *CurLoop, const BasicBlock *BB, in collectTransitivePredecessors()
189 bool LoopSafetyInfo::allLoopPathsLeadToBlock(const Loop *CurLoop, in allLoopPathsLeadToBlock()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp51 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
78 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
103 void LoopSafetyInfo::computeBlockColors(const Loop *CurLoop) { in computeBlockColors()
118 const Loop *CurLoop) { in CanProveNotTakenFirstIteration()
160 const Loop *CurLoop, const BasicBlock *BB, in collectTransitivePredecessors()
189 bool LoopSafetyInfo::allLoopPathsLeadToBlock(const Loop *CurLoop, in allLoopPathsLeadToBlock()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DMustExecute.cpp51 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
78 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
103 void LoopSafetyInfo::computeBlockColors(const Loop *CurLoop) { in computeBlockColors()
118 const Loop *CurLoop) { in CanProveNotTakenFirstIteration()
160 const Loop *CurLoop, const BasicBlock *BB, in collectTransitivePredecessors()
189 bool LoopSafetyInfo::allLoopPathsLeadToBlock(const Loop *CurLoop, in allLoopPathsLeadToBlock()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DMustExecute.cpp51 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
78 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
103 void LoopSafetyInfo::computeBlockColors(const Loop *CurLoop) { in computeBlockColors()
118 const Loop *CurLoop) { in CanProveNotTakenFirstIteration()
160 const Loop *CurLoop, const BasicBlock *BB, in collectTransitivePredecessors()
189 bool LoopSafetyInfo::allLoopPathsLeadToBlock(const Loop *CurLoop, in allLoopPathsLeadToBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DMustExecute.cpp53 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
80 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
105 void LoopSafetyInfo::computeBlockColors(const Loop *CurLoop) { in computeBlockColors()
120 const Loop *CurLoop) { in CanProveNotTakenFirstIteration()
162 const Loop *CurLoop, const BasicBlock *BB, in collectTransitivePredecessors()
191 bool LoopSafetyInfo::allLoopPathsLeadToBlock(const Loop *CurLoop, in allLoopPathsLeadToBlock()

12345678910>>...12