OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BlockEdge
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PredicateInfo.cpp
644
auto
BlockEdge
= getBlockEdge(PossibleCopy);
645
if (EdgeUsesOnly.count(
BlockEdge
)) {
647
auto *DomNode = DT.getNode(
BlockEdge
.first);
660
auto *DomNode = DT.getNode(
BlockEdge
.second);
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h
503
class
BlockEdge
: public ProgramPoint {
505
BlockEdge
(const CFGBlock *B1, const CFGBlock *B2, const LocationContext *L)
507
assert(B1 && "
BlockEdge
: source block must be non-null");
508
assert(B2 && "
BlockEdge
: destination block must be non-null");
521
BlockEdge
() = default;
Completed in 23 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026