OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerificationLevel
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
PostDominators.cpp
83
assert(DT.verify(PostDominatorTree::
VerificationLevel
::Full));
85
assert(DT.verify(PostDominatorTree::
VerificationLevel
::Basic));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachinePostDominators.cpp
69
if (!PDT->verify(PostDomTreeT::
VerificationLevel
::Basic)) {
MachineDominators.cpp
76
if (!DT->verify(DomTreeT::
VerificationLevel
::Basic)) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
Dominators.cpp
101
DomTreeBuilder::BBDomTree::
VerificationLevel
VL);
104
DomTreeBuilder::BBPostDomTree::
VerificationLevel
VL);
412
assert(DT.verify(DominatorTree::
VerificationLevel
::Full));
414
assert(DT.verify(DominatorTree::
VerificationLevel
::Basic));
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Dominators.h
76
BBDomTree::
VerificationLevel
VL);
78
BBPostDomTree::
VerificationLevel
VL);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FixIrreducible.cpp
190
assert(DT.verify(DominatorTree::
VerificationLevel
::Full));
192
assert(DT.verify(DominatorTree::
VerificationLevel
::Fast));
UnifyLoopExits.cpp
188
assert(DT.verify(DominatorTree::
VerificationLevel
::Full));
190
assert(DT.verify(DominatorTree::
VerificationLevel
::Fast));
LoopPeel.cpp
806
assert(DT->verify(DominatorTree::
VerificationLevel
::Fast));
852
assert(DT->verify(DominatorTree::
VerificationLevel
::Fast));
LibCallsShrinkWrap.cpp
532
assert(!DT || DT->verify(DominatorTree::
VerificationLevel
::Fast));
LoopUnroll.cpp
868
DT->verify(DominatorTree::
VerificationLevel
::Fast));
LoopUnrollRuntime.cpp
966
assert(DT->verify(DominatorTree::
VerificationLevel
::Full));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp
269
(DT && DT->verify(DominatorTree::
VerificationLevel
::Full))) &&
275
(DT && DT->verify(DominatorTree::
VerificationLevel
::Full))) &&
LoopSimplifyCFG.cpp
610
assert(DT.verify(DominatorTree::
VerificationLevel
::Full) &&
613
assert(DT.verify(DominatorTree::
VerificationLevel
::Fast) &&
SimpleLoopUnswitch.cpp
870
assert(DT.verify(DominatorTree::
VerificationLevel
::Fast));
2273
assert(DT.verify(DominatorTree::
VerificationLevel
::Fast));
2993
assert(AR.DT.verify(DominatorTree::
VerificationLevel
::Fast));
3079
assert(DT.verify(DominatorTree::
VerificationLevel
::Fast));
LoopFuse.cpp
1509
assert(DT.verify(DominatorTree::
VerificationLevel
::Fast));
1801
assert(DT.verify(DominatorTree::
VerificationLevel
::Fast));
LoopDistribute.cpp
846
assert(DT->verify(DominatorTree::
VerificationLevel
::Fast));
LICM.cpp
1031
assert(DT->verify(DominatorTree::
VerificationLevel
::Fast) &&
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTree.h
220
bool Verify(const DomTreeT &DT, typename DomTreeT::
VerificationLevel
VL);
245
enum class
VerificationLevel
{ Fast, Basic, Full };
802
bool verify(
VerificationLevel
VL =
VerificationLevel
::Full) const {
GenericDomTreeConstruction.h
1601
bool Verify(const DomTreeT &DT, typename DomTreeT::
VerificationLevel
VL) {
1614
// Extra checks depending on
VerificationLevel
. Up to O(N^3).
1615
if (VL == DomTreeT::
VerificationLevel
::Basic ||
1616
VL == DomTreeT::
VerificationLevel
::Full)
1619
if (VL == DomTreeT::
VerificationLevel
::Full)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlan.cpp
821
assert(DT->verify(DominatorTree::
VerificationLevel
::Fast));
LoopVectorize.cpp
3607
assert(DT->verify(DominatorTree::
VerificationLevel
::Fast));
Completed in 48 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026