Searched refs:computeLiveInValues (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 302 static void computeLiveInValues(DominatorTree &DT, Function &F, 1305 computeLiveInValues(DT, F, RevisedLivenessData); in recomputeLiveInValues() 2133 computeLiveInValues(DT, F, OriginalLivenessData); in findLiveReferences() 2883 static void computeLiveInValues(BasicBlock::reverse_iterator Begin, in computeLiveInValues() function 2969 static void computeLiveInValues(DominatorTree &DT, Function &F, in computeLiveInValues() function 2977 computeLiveInValues(BB.rbegin(), BB.rend(), Data.LiveSet[&BB]); in computeLiveInValues() 3048 computeLiveInValues(BB->rbegin(), ++Inst->getIterator().getReverse(), in findLiveSetAtInst()
|