Home
last modified time | relevance | path

Searched refs:enqueueBlock (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
DLiveVariables.cpp39 void enqueueBlock(const CFGBlock *block);
49 void DataflowWorklist::enqueueBlock(const clang::CFGBlock *block) { in enqueueBlock() function in DataflowWorklist
60 enqueueBlock(*I); in enqueuePredecessors()
508 worklist.enqueueBlock(block); in computeLiveness()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp312 static inline void enqueueBlock(std::vector<BCECmpBlock> &Comparisons, in enqueueBlock() function
396 enqueueBlock(Comparisons, Comparison); in BCECmpChain()
429 enqueueBlock(Comparisons, Comparison); in BCECmpChain()