OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TIB
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
LazyRandomTypeCollection.cpp
183
TypeIndex
TIB
= Prev->Type;
184
if (contains(
TIB
)) {
200
visitRange(
TIB
, Prev->Offset, TIE);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BranchFolding.cpp
1926
MachineBasicBlock::iterator
TIB
= TBB->begin();
1930
while (
TIB
!= TIE && FIB != FIE) {
1932
TIB
= skipDebugInstructionsForward(
TIB
, TIE, false);
1934
if (
TIB
== TIE || FIB == FIE)
1937
if (!
TIB
->isIdenticalTo(*FIB, MachineInstr::CheckKillDead))
1940
if (TII->isPredicated(*
TIB
))
1945
for (MachineOperand &MO :
TIB
->operands()) {
1996
if (!
TIB
->isSafeToMove(nullptr, DontMoveAcrossStore))
2000
for (const MachineOperand &MO :
TIB
->operands())
[
all
...]
IfConversion.cpp
237
MachineBasicBlock::iterator &
TIB
, MachineBasicBlock::iterator &FIB,
254
MachineBasicBlock::iterator &
TIB
, MachineBasicBlock::iterator &FIB,
298
MachineBasicBlock::iterator
TIB
= TBBInfo.BB->begin();
304
if (!CountDuplicatedInstructions(
TIB
, FIB, TIE, FIE, Dups1, Dups2,
313
for (auto &I : make_range(TBBInfo.BB->begin(),
TIB
)) {
357
for (auto &I : make_range(
TIB
, TIE)) {
717
/// @param
TIB
True Iterator Begin
725
/// Upon return [
TIB
, TIE), and [FIB, FIE) mark the un-duplicated portions of
736
MachineBasicBlock::iterator &
TIB
,
743
while (
TIB
!= TIE && FIB != FIE)
[
all
...]
Completed in 46 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026