OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockConstraint
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
SpillPlacement.h
85
///
BlockConstraint
- Entry and exit constraints for a basic block.
86
struct
BlockConstraint
{
110
void addConstraints(ArrayRef<
BlockConstraint
> LiveBlocks);
SpillPlacement.cpp
241
void SpillPlacement::addConstraints(ArrayRef<
BlockConstraint
> LiveBlocks) {
242
for (ArrayRef<
BlockConstraint
>::iterator I = LiveBlocks.begin(),
RegAllocGreedy.cpp
256
SmallVector<SpillPlacement::
BlockConstraint
, 8> SplitConstraints;
[
all
...]
Completed in 3142 milliseconds