OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Inst1
(Results
1 - 3
of
3
) sorted by null
/external/llvm/unittests/IR/
InstructionsTest.cpp
284
auto
Inst1
= CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty, "foo", BB);
290
Inst1
->eraseFromParent();
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
507
/// \p Loc1 is the location of \p
Inst1
. It is passed explicitly because it
509
bool isAliased(const MemoryLocation &Loc1, Instruction *
Inst1
,
513
AliasCacheKey key = std::make_pair(
Inst1
, Inst2);
520
if (Loc1.Ptr && Loc2.Ptr && isSimple(
Inst1
) && isSimple(Inst2)) {
[
all
...]
/external/llvm/lib/CodeGen/
MachinePipeliner.cpp
[
all
...]
Completed in 6477 milliseconds