Searched refs:AtomToAtomT (Results 1 – 2 of 2) sorted by relevance
54 typedef llvm::DenseMap<const DefinedAtom *, const DefinedAtom *> AtomToAtomT; typedef74 AtomToAtomT &followOnNexts, in showCycleDetectedError()98 AtomToAtomT &followOnNexts, in checkNoCycleInFollowonChain()112 static void checkReachabilityFromRoot(AtomToAtomT &followOnRoots, in checkReachabilityFromRoot()276 AtomToAtomT::iterator targetFollowOnAtomsIter = _followOnNexts.find(atom); in findAtomFollowedBy()299 AtomToAtomT::iterator targetFollowOnAtomsIter = _followOnNexts.find(atom); in checkAllPrevAtomsZeroSize()312 AtomToAtomT::iterator targetFollowOnAtomsIter = in setChainRoot()411 AtomToAtomT::iterator start = _followOnRoots.find(atom); in buildOrdinalOverrideMap()
84 typedef llvm::DenseMap<const DefinedAtom *, const DefinedAtom *> AtomToAtomT; typedef92 AtomToAtomT _followOnNexts;97 AtomToAtomT _followOnRoots;