Searched defs:NewPred (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1328 /// AddPHINodeEntriesForMappedBlock - We're adding 'NewPred' as a new
1330 /// NewPred using the entries from OldPred (suitably mapped).
1333 BasicBlock *NewPred,
1348 PN->addIncoming(IV, NewPred);
1331 AddPHINodeEntriesForMappedBlock(BasicBlock *PHIBB, BasicBlock *OldPred, BasicBlock *NewPred, DenseMap<Instruction*, Value*> &ValueMap) argument
H A DGVN.cpp1600 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); local
1602 PredLoads[NewPred] = nullptr;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp91 ICmpInst::Predicate NewPred; local
92 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred))
94 return Builder->CreateICmp(NewPred, LHS, RHS);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp188 /// now be entries in it from the 'NewPred' block. The values that will be
191 static void AddPredecessorToBlock(BasicBlock *Succ, BasicBlock *NewPred, argument
198 PN->addIncoming(PN->getIncomingValueForBlock(ExistPred), NewPred);

Completed in 452 milliseconds