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

1 23

  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 348 } else if (Aggressive && DT->dominates(MBB, UseMBB)) {
    [all...]
InlineSpiller.cpp 443 // that the new value dominates. Non-phi dependents are always
460 MDT.dominates(SV.SpillMBB, DepSV.SpillMBB))) {
    [all...]
MachineBasicBlock.cpp 916 if (!MDT->dominates(SucccDTNode, MDT->getNode(PredBB))) {
922 // We know "this" dominates the newly created basic block.
    [all...]
MachineLICM.cpp 644 if (!DT->dominates(BB, CurrentLoopExitingBlocks[i])) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 655 // Otherwise we have to check to make sure that the instruction dominates all
669 // Verify that the block dominates each of the exit blocks of the loop.
671 if (!DT->dominates(Inst.getParent(), ExitBlocks[i]))
    [all...]
LoopIdiomRecognize.cpp 734 if (!DT->dominates(BB, ExitBlocks[i]))
    [all...]
LoopUnswitch.cpp     [all...]
MemCpyOptimizer.cpp 688 // that what would be the new parameter dominates the callsite.
691 if (!DT.dominates(cpyDestInst, C))
    [all...]
LoopStrengthReduce.cpp     [all...]
IndVarSimplify.cpp 215 DT->dominates(cast<Instruction>(Def), InsertPt)) &&
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 155 /// \brief Ensure that the loop preheader dominates all exit blocks.
321 if (DT->dominates(Header, P))
    [all...]
PromoteMemoryToRegister.cpp 386 !DT.dominates(StoreBB, LI->getParent())) {
    [all...]
  /external/libsepol/src/
link.c 389 /* new_role's dominates, types and roles field will be copied
1117 ebitmap_for_each_bit(&role->dominates, rnode, i) {
1126 if (ebitmap_union(&dest_role->dominates, &e_tmp)) {
    [all...]
policydb.c 441 ebitmap_init(&x->dominates);
450 ebitmap_destroy(&x->dominates);
    [all...]
write.c 1045 if (ebitmap_write(&role->dominates, fp))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
InstructionSimplify.cpp 111 return DT->dominates(I, P);
115 // then it obviously dominates all phi nodes.
    [all...]
  /external/blktrace/btt/doc/
btt.tex 316 how the larger number of data values for device (8,0) dominates in
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 1942 milliseconds

1 23