OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LiveBundles
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegAllocGreedy.cpp
270
BitVector
LiveBundles
;
277
LiveBundles
.clear();
284
for (int i =
LiveBundles
.find_first(); i >= 0;
285
i =
LiveBundles
.find_next(i))
[
all
...]
/external/llvm/lib/Target/X86/
X86FloatingPoint.cpp
113
// Numbered LiveBundle structs.
LiveBundles
[0] is used for all CFG edges
115
SmallVector<LiveBundle, 8>
LiveBundles
;
117
// The edge bundle analysis provides indices into the
LiveBundles
vector.
131
// Partition all the CFG edges into
LiveBundles
.
335
LiveBundles
.clear();
346
assert(
LiveBundles
.empty() && "Stale data in
LiveBundles
");
347
LiveBundles
.resize(Bundles->getNumBundles());
355
LiveBundles
[Bundles->getBundle(MBB.getNumber(), false)].Mask |= Mask;
462
LiveBundles
[Bundles->getBundle(MBB->getNumber(), false)]
[
all
...]
Completed in 497 milliseconds