Searched defs:isInterestingInstruction (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp160 /// isInterestingInstruction - This code only looks at accesses to allocas.
161 static bool isInterestingInstruction(const Instruction *I) { function in class:__anon9162::LargeBlockInfo
169 assert(isInterestingInstruction(I) &&
183 if (isInterestingInstruction(BBI))

Completed in 38 milliseconds