OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BBNum
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/
X86VZeroUpper.cpp
200
unsigned
BBNum
= BB.getNumber();
203
if (BBSolved[
BBNum
])
275
DEBUG(dbgs() << "MBB #" <<
BBNum
286
BBSolved[
BBNum
] = true;
288
if (CurState != BBState[
BBNum
])
291
BBState[
BBNum
] = CurState;
/external/llvm/lib/Target/AArch64/
AArch64BranchFixupPass.cpp
410
unsigned
BBNum
= BB->getNumber();
411
for(unsigned i =
BBNum
+ 1, e = MF->getNumBlockIDs(); i < e; ++i) {
421
if (i >
BBNum
+ 2 &&
/external/llvm/lib/CodeGen/
LiveVariables.cpp
96
unsigned
BBNum
= MBB->getNumber();
108
if (VRInfo.AliveBlocks.test(
BBNum
))
112
VRInfo.AliveBlocks.set(
BBNum
);
135
unsigned
BBNum
= MBB->getNumber();
173
if (!VRInfo.AliveBlocks.test(
BBNum
))
/external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp
[
all
...]
Completed in 603 milliseconds