OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TargetBlock
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
JITLink.cpp
125
auto &
TargetBlock
= TargetSym.getBlock();
126
auto &TargetSec =
TargetBlock
.getSection();
137
OS << " / block " << formatv("{0:x16}",
TargetBlock
.getAddress());
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp
112
unsigned
TargetBlock
= 0;
259
Terminator.
TargetBlock
=
317
const MBBInfo &Target = MBBs[Terminator.
TargetBlock
];
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PredicateInfo.cpp
495
BasicBlock *
TargetBlock
= SI->getSuccessor(i);
496
++SwitchEdges[
TargetBlock
];
501
BasicBlock *
TargetBlock
= C.getCaseSuccessor();
502
if (SwitchEdges.lookup(
TargetBlock
) == 1) {
504
Op, SI->getParent(),
TargetBlock
, C.getCaseValue(), SI);
506
if (!
TargetBlock
->getSinglePredecessor())
507
EdgeUsesOnly.insert({BranchBB,
TargetBlock
});
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h
471
const sys::MemoryBlock &
TargetBlock
= KV.second;
474
size_t TargetAllocSize =
TargetBlock
.allocatedSize();
475
auto TargetAllocAddr = pointerToJITTargetAddress(
TargetBlock
.base());
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h
1372
: Terminator(COP_Goto),
TargetBlock
(B), Index(I) {}
1374
: Terminator(COP_Goto),
TargetBlock
(B), Index(I) {}
1378
const BasicBlock *
targetBlock
() const { return
TargetBlock
; }
1379
BasicBlock *
targetBlock
() { return
TargetBlock
; }
1385
ArrayRef<BasicBlock *> successors() { return
TargetBlock
; }
1389
BasicBlock *Ntb = Vs.reduceBasicBlockRef(
TargetBlock
);
1400
BasicBlock *
TargetBlock
;
Completed in 24 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026