HomeSort by relevance Sort by last modified time
    Searched refs:dominates (Results 51 - 75 of 81) sorted by null

1 23 4

  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
LICM.cpp 653 // We have to check to make sure that the instruction dominates all
674 // Verify that the block dominates each of the exit blocks of the loop.
676 if (!DT->dominates(Inst.getParent(), ExitBlocks[i]))
    [all...]
LoopIdiomRecognize.cpp 690 if (!DT->dominates(BB, ExitBlocks[i]))
    [all...]
LoopUnswitch.cpp     [all...]
MemCpyOptimizer.cpp 702 // that what would be the new parameter dominates the callsite.
705 if (!DT.dominates(cpyDestInst, C))
    [all...]
LoopStrengthReduce.cpp     [all...]
IndVarSimplify.cpp 216 DT->dominates(cast<Instruction>(Def), InsertPt)) &&
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 666 assert(MDT.dominates(DefMBB, MBB) && "MBB must be dominated by the def.");
682 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
689 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
699 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
708 if (!IDom || !MDT.dominates(DefDomNode, IDom))
726 // back-copies. If a single back-copy dominates, put it in DomPair.second.
757 // First time we see ParentVNI. VNI dominates itself.
764 // Different basic blocks. Check if one dominates.
768 // Def ValMBB dominates.
    [all...]
MachineBlockPlacement.cpp 384 // dominates all terminators of the MachineFunction. If it does, other
    [all...]
PeepholeOptimizer.cpp 401 } else if (Aggressive && DT->dominates(MBB, UseMBB)) {
    [all...]
InlineSpiller.cpp 442 // that the new value dominates. Non-phi dependents are always
459 MDT.dominates(SV.SpillMBB, DepSV.SpillMBB))) {
    [all...]
MachineLICM.cpp 659 if (!DT->dominates(BB, CurrentLoopExitingBlocks[i])) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 159 /// \brief Ensure that the loop preheader dominates all exit blocks.
326 if (DT->dominates(Header, P))
    [all...]
PromoteMemoryToRegister.cpp 391 !DT.dominates(StoreBB, LI->getParent())) {
    [all...]
  /external/selinux/libsepol/src/
link.c 389 /* new_role's dominates, types and roles field will be copied
1118 ebitmap_for_each_bit(&role->dominates, rnode, i) {
1127 if (ebitmap_union(&dest_role->dominates, &e_tmp)) {
    [all...]
policydb.c 455 ebitmap_init(&x->dominates);
464 ebitmap_destroy(&x->dominates);
    [all...]
write.c 1074 if (ebitmap_write(&role->dominates, fp))
    [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]
ValueTracking.cpp 425 if (Q.DT->dominates(Inv, Q.CxtI)) {
570 /// cases where one branch of an interesting condition dominates the context
625 // instruction. Finding a condition where one path dominates the context
628 // to ensure that the taken *edge* dominates the context instruction.
631 if (!Edge.isSingleEdge() || !Q.DT->dominates(Edge, Q.CxtI->getParent()))
658 // context instruction. Finding a condition where one path dominates
661 // Instead, we need to ensure that the taken *edge* dominates the context
665 if (!Edge.isSingleEdge() || !Q.DT->dominates(Edge, Q.CxtI->getParent()))
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 688 if (!ASan.getDominatorTree().dominates(I, Ret)) return false;
    [all...]
DataFlowSanitizer.cpp     [all...]

Completed in 1211 milliseconds

1 23 4