Home
last modified time | relevance | path

Searched defs:PseudoEntry (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h96 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList); in GetValue() local
166 BBInfo *PseudoEntry = new (Allocator) BBInfo(nullptr, 0); in BuildBlockList() local
241 void FindDominators(BlockListTy *BlockList, BBInfo *PseudoEntry) { in FindDominators()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h72 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList); in GetValue() local
143 BBInfo *PseudoEntry = new (Allocator) BBInfo(0, 0); in BuildBlockList() local
218 void FindDominators(BlockListTy *BlockList, BBInfo *PseudoEntry) { in FindDominators()
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h83 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList); in GetValue() local
154 BBInfo *PseudoEntry = new (Allocator) BBInfo(nullptr, 0); in BuildBlockList() local
229 void FindDominators(BlockListTy *BlockList, BBInfo *PseudoEntry) { in FindDominators()