Searched defs:DefBlocks (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | IteratedDominanceFrontier.h | 90 const SmallPtrSetImpl<BasicBlock *> *DefBlocks; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SSAUpdaterBulk.cpp | 94 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() 141 SmallPtrSet<BasicBlock *, 2> DefBlocks; in RewriteAllUses() local
|
D | PromoteMemoryToRegister.cpp | 624 SmallPtrSet<BasicBlock *, 32> DefBlocks; in run() local 794 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks()
|
/external/llvm/include/llvm/Analysis/ |
D | IteratedDominanceFrontier.h | 91 const SmallPtrSetImpl<BasicBlock *> *DefBlocks; variable
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 600 SmallPtrSet<BasicBlock *, 32> DefBlocks; in run() local 777 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 673 const SmallPtrSet<BasicBlock*, 32> &DefBlocks, in ComputeLiveInBlocks() 746 SmallPtrSet<BasicBlock*, 32> DefBlocks; in DetermineInsertionPoint() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 592 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | DominatorTreeTest.cpp | 650 SmallPtrSet<BasicBlock *, 1> DefBlocks; in TEST() local
|