Home
last modified time | relevance | path

Searched refs:PredAvailable (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1398 Value *PredAvailable = nullptr; in simplifyPartiallyRedundantLoad() local
1410 PredAvailable = findAvailablePtrLoadStore(Loc, AccessTy, LoadI->isAtomic(), in simplifyPartiallyRedundantLoad()
1417 while (!PredAvailable && SinglePredBB && BBIt == SinglePredBB->begin() && in simplifyPartiallyRedundantLoad()
1422 PredAvailable = findAvailablePtrLoadStore( in simplifyPartiallyRedundantLoad()
1429 if (!PredAvailable) { in simplifyPartiallyRedundantLoad()
1435 CSELoads.push_back(cast<LoadInst>(PredAvailable)); in simplifyPartiallyRedundantLoad()
1439 AvailablePreds.emplace_back(PredBB, PredAvailable); in simplifyPartiallyRedundantLoad()