Home
last modified time | relevance | path

Searched defs:addExit (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLCFGGenerator.cpp47 void CFG::addExit(BlockId from, BlockId to) { in addExit() function in SkSL::CFG
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h388 void addExit(const BlockNode &Node, uint64_t Amount) { in addExit() function