OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RHSVals
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegisterCoalescer.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
395
PredValueInfoTy LHSVals,
RHSVals
;
406
ComputeValueKnownInPredecessors(I->getOperand(1), BB,
RHSVals
,
409
if (LHSVals.empty() &&
RHSVals
.empty())
429
for (unsigned i = 0, e =
RHSVals
.size(); i != e; ++i)
430
if (
RHSVals
[i].first == InterestingVal ||
431
isa<UndefValue>(
RHSVals
[i].first)) {
434
if (!LHSKnownBBs.count(
RHSVals
[i].second)) {
435
Result.push_back(
RHSVals
[i]);
[
all
...]
Completed in 59 milliseconds