Searched refs:computeLiveInValues (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 313 static void computeLiveInValues(DominatorTree &DT, Function &F, 1397 computeLiveInValues(DT, F, RevisedLivenessData); in recomputeLiveInValues() 2282 computeLiveInValues(DT, F, OriginalLivenessData); in findLiveReferences() 3217 static void computeLiveInValues(BasicBlock::reverse_iterator Begin, in computeLiveInValues() function 3303 static void computeLiveInValues(DominatorTree &DT, Function &F, in computeLiveInValues() function 3311 computeLiveInValues(BB.rbegin(), BB.rend(), Data.LiveSet[&BB]); in computeLiveInValues() 3382 computeLiveInValues(BB->rbegin(), ++Inst->getIterator().getReverse(), in findLiveSetAtInst()
|