OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLoopEnteringEdge
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h
350
bool
isLoopEnteringEdge
(const LoopEdge &Edge) const;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BranchProbabilityInfo.cpp
252
bool BranchProbabilityInfo::
isLoopEnteringEdge
(const LoopEdge &Edge) const {
263
return
isLoopEnteringEdge
({Edge.second, Edge.first});
268
return
isLoopEnteringEdge
(Edge) || isLoopExitingEdge(Edge);
614
return
isLoopEnteringEdge
(Edge)
Completed in 25 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026