OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAllocaPromotable
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h
26
///
isAllocaPromotable
- Return true if this alloca is legal for promotion.
29
bool
isAllocaPromotable
(const AllocaInst *AI);
/external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp
73
if (
isAllocaPromotable
(AI))
PromoteMemoryToRegister.cpp
79
///
isAllocaPromotable
- Return true if this alloca is legal for promotion.
82
bool llvm::
isAllocaPromotable
(const AllocaInst *AI) {
399
assert(
isAllocaPromotable
(AI) &&
[
all
...]
Completed in 810 milliseconds