Searched refs:findLiveSetAtInst (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 251 static void findLiveSetAtInst(Instruction *inst, GCPtrLivenessData &Data, 319 findLiveSetAtInst(Call, OriginalLivenessData, LiveSet, GC); in analyzeParsePointLiveness() 3343 static void findLiveSetAtInst(Instruction *Inst, GCPtrLivenessData &Data, in findLiveSetAtInst() function 3367 findLiveSetAtInst(Call, RevisedLivenessData, Updated, GC); in recomputeLiveInValues()
|