HomeSort by relevance Sort by last modified time
    Searched refs:BottomUpPtrState (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
PtrState.h 167 struct BottomUpPtrState : PtrState {
168 BottomUpPtrState() : PtrState() {}
PtrState.cpp 162 // BottomUpPtrState
165 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) {
191 bool BottomUpPtrState::MatchWithRetain() {
215 bool BottomUpPtrState::HandlePotentialAlterRefCount(Instruction *Inst,
243 void BottomUpPtrState::HandlePotentialUse(BasicBlock *BB, Instruction *Inst,
ObjCARCOpts.cpp 195 BlotMapVector<const Value *, BottomUpPtrState> PerPtrBottomUp;
261 BottomUpPtrState &getPtrBottomUpState(const Value *Arg) {
408 Pair.first->second.Merge(Pair.second ? BottomUpPtrState() : MI->second,
417 MI->second.Merge(BottomUpPtrState(), /*TopDown=*/false);
    [all...]

Completed in 443 milliseconds