OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLR
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegisterCoalescer.cpp
306
LiveInterval::iterator
BLR
= IntB.FindLiveRangeContaining(CopyIdx);
307
if (
BLR
== IntB.end()) return false;
308
VNInfo *BValNo =
BLR
->valno;
365
if (ValLR+1 !=
BLR
) return false;
386
SlotIndex FillerStart = ValLR->end, FillerEnd =
BLR
->start;
394
// [ValLR.end,
BLR
.begin) of either value number, then we merge the
603
// If ALR and
BLR
overlaps and end of
BLR
extends beyond end of ALR, e.g.
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
515
assert((RetOpcode == PPC::
BLR
||
660
if (GuaranteedTailCallOpt && RetOpcode == PPC::
BLR
&&
[
all
...]
Completed in 230 milliseconds