OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BeginBB
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
HardwareLoops.cpp
211
BasicBlock *
BeginBB
= nullptr;
425
BeginBB
= UseLoopGuard ? BB : L->getLoopPreheader();
429
<<
BeginBB
->getName() << "\n");
434
IRBuilder<> Builder(
BeginBB
->getTerminator());
447
assert((isa<BranchInst>(
BeginBB
->getTerminator()) &&
448
cast<BranchInst>(
BeginBB
->getTerminator())->isConditional()) &&
453
auto *LoopGuard = cast<BranchInst>(
BeginBB
->getTerminator());
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp
869
auto *
BeginBB
= RangeBegin->getParent();
871
MachineFunction &MF = *
BeginBB
->getParent();
879
for (auto I = MachineBasicBlock::iterator(RangeBegin), E =
BeginBB
->begin();
891
BeginBB
, SmallPtrSet<const MachineInstr *, 4>(), AfterSet);
892
MachineInstr *Try = BuildMI(*
BeginBB
, TryPos, RangeBegin->getDebugLoc(),
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LoadValueInjectionLoadHardening.cpp
505
auto
BeginBB
= MaybeAddNode(&*NI);
506
Builder.addEdge(ParentDepth, GI,
BeginBB
.first);
511
GI =
BeginBB
.first;
Completed in 73 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026