reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/Consumed.cpp
 1294     BlockInfo.addInfo(*SI, std::move(CurrStates));
 1299     BlockInfo.addInfo(*SI, std::move(FalseStates));
 1318   BlockInfo = ConsumedBlockInfo(CFGraph->getNumBlockIDs(), SortedGraph);
 1330       CurrStates = BlockInfo.getInfo(CurrBlock);
 1390           if (BlockInfo.isBackEdge(CurrBlock, *SI)) {
 1391             BlockInfo.borrowInfo(*SI)->intersectAtLoopHead(
 1394             if (BlockInfo.allBackEdgesVisited(CurrBlock, *SI))
 1395               BlockInfo.discardInfo(*SI);
 1397             BlockInfo.addInfo(*SI, RawState, CurrStates);