Home
last modified time | relevance | path

Searched refs:ComputeLiveInBlocks (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSSAUpdaterBulk.cpp93 ComputeLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &UsingBlocks, in ComputeLiveInBlocks() function
152 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses()
DPromoteMemoryToRegister.cpp302 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
630 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run()
792 void PromoteMem2Reg::ComputeLiveInBlocks( in ComputeLiveInBlocks() function in PromoteMem2Reg
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp293 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
606 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run()
775 void PromoteMem2Reg::ComputeLiveInBlocks( in ComputeLiveInBlocks() function in PromoteMem2Reg
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp277 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
672 ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info, in ComputeLiveInBlocks() function in PromoteMem2Reg
752 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in DetermineInsertionPoint()