OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LDepth
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNILPSched.cpp
148
int
LDepth
= left->getDepth();
150
if (
LDepth
!= RDepth) {
152
<< ") depth " <<
LDepth
<< " vs SU (" << right->NodeNum
154
return
LDepth
< RDepth ? 1 : -1;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
661
unsigned
LDepth
= LI->getLoopDepth(LParent),
663
if (
LDepth
!= RDepth)
664
return (int)
LDepth
- (int)RDepth;
Completed in 22 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026