OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AvailableVal
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h
48
ValT
AvailableVal
; // Value to use in this block.
57
: BB(ThisBB),
AvailableVal
(V), DefBB(V ? this : nullptr), BlkNum(0),
95
return BBMap[BB]->DefBB->
AvailableVal
;
142
if (PredInfo->
AvailableVal
) {
171
if (!Info->
AvailableVal
)
244
Pred->
AvailableVal
= Traits::GetUndefVal(Pred->BB, Updater);
245
(*AvailableVals)[Pred->BB] = Pred->
AvailableVal
;
332
if (Info->
AvailableVal
)
336
Info->
AvailableVal
= PHI;
350
(*AvailableVals)[Info->BB] = Info->DefBB->
AvailableVal
;
[
all
...]
/external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
[
all
...]
GVN.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
793
if (Value *
AvailableVal
=
796
if (LoadInst *NLI = dyn_cast<LoadInst>(
AvailableVal
)) {
808
LI, Builder->CreateBitOrPointerCast(
AvailableVal
, LI.getType(),
[
all
...]
Completed in 5539 milliseconds