Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp86 ComputeLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &UsingBlocks, in ComputeLiveInBlocks() function
145 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses()
H A DPromoteMemoryToRegister.cpp362 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
712 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run()
879 void PromoteMem2Reg::ComputeLiveInBlocks( in ComputeLiveInBlocks() function in PromoteMem2Reg