OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LDepth
(Results
1 - 3
of
3
) 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/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp
2511
int
LDepth
= left->getDepth() - LPenalty;
2513
if (
LDepth
!= RDepth) {
2515
<< ") depth " <<
LDepth
<< " vs SU (" << right->NodeNum
2517
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 60 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026