Searched defs:PredVal (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h149 ValT PredVal = AvailableVals->lookup(Pred); local
336 ValT PredVal = Info->Preds[Idx]->DefBB->AvailableVal; local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp114 Value *PredVal = GetValueAtEndOfBlock(PredBB); local
126 Value *PredVal = GetValueAtEndOfBlock(PredBB); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp174 Register PredVal = GetValueAtEndOfBlockInternal(PredBB, ExistingValueOnly); local
H A DWinEHPrepare.cpp1138 Value *PredVal = PN->getIncomingValue(i); local
1156 insertPHIStore( BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot, SmallVectorImpl<std::pair<BasicBlock *, Value *>> &Worklist) argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1211 Value *&PredVal = PredValues[Pred]; local
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5217 unsigned PredVal = Record[OpNum]; local

Completed in 221 milliseconds