OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SeenInsts
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/Scalar/
Float2Int.cpp
142
if (
SeenInsts
.find(I) !=
SeenInsts
.end())
143
SeenInsts
.find(I)->second = R;
145
SeenInsts
.insert(std::make_pair(I, R));
167
// the roots. Populate "
SeenInsts
" with interesting
171
// - walkForwards: Iterate over
SeenInsts
in reverse order, so we visit
182
if (
SeenInsts
.find(I) !=
SeenInsts
.end())
225
if (
SeenInsts
.find(I)->second != badRange())
238
for (auto &It : reverse(
SeenInsts
)) {
[
all
...]
/external/llvm/include/llvm/Transforms/Scalar/
Float2Int.h
44
MapVector<Instruction *, ConstantRange>
SeenInsts
;
/external/llvm/include/llvm/Analysis/
MemoryBuiltins.h
157
SmallPtrSet<Instruction *, 8>
SeenInsts
;
/external/llvm/lib/Analysis/
MemoryBuiltins.cpp
422
if (!
SeenInsts
.insert(I).second)
Completed in 557 milliseconds