Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h277 void fillImplicitControlFlowInfo(BasicBlock *BB);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2127 fillImplicitControlFlowInfo(BB); in processBlock()
2345 fillImplicitControlFlowInfo(CurrentBlock); in performScalarPRE()
2414 fillImplicitControlFlowInfo(BB); in iterateOnFunction()
2430 GVN::fillImplicitControlFlowInfo(BasicBlock *BB) { in fillImplicitControlFlowInfo() function in GVN