Home
last modified time | relevance | path

Searched defs:CurrBB (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp38 VPBasicBlock *CurrBB) { in getOrCreateNotPredicate()
147 VPBasicBlock *CurrBB = cast<VPBasicBlock>(CurrBlock->getEntryBasicBlock()); in createOrPropagatePredicates() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp34 BasicBlock &CurrBB, Function::iterator &BB, in optimizeSQRT()
112 Function::iterator CurrBB; in runPartiallyInlineLibCalls() local
H A DGVN.cpp736 BasicBlock *CurrBB = Worklist.pop_back_val(); // LoadFO - depth-first! in IsValueFullyAvailableInBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp386 Function::iterator CurrBB, NextBB, FinalBB; in moveFunctionData() local
H A DOpenMPOpt.cpp2043 const BasicBlock *CurrBB = CurrInst->getParent(); in getReplacementValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp2217 void CallAnalyzer::findDeadBlocks(BasicBlock *CurrBB, BasicBlock *NextBB) { in findDeadBlocks()