HomeSort by relevance Sort by last modified time
    Searched refs:Promotable (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 104 // A PHINode is Promotable if:
110 // 4. All of its PHINode uses are Promotable AND
111 // 5. All of its PHINode operands are Promotable
113 PHINodeSet Promotable;
119 Promotable.insert(P);
122 for (const auto &P : Promotable) {
140 auto IsPromotable = [&Promotable] (const Value *V) -> bool {
142 return !Phi || Promotable.count(Phi);
146 Promotable.erase(User);
149 for (const auto &P : Promotable) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 11 /// aggregates transformation. It tries to identify promotable elements of an
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 445 milliseconds