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

  /external/llvm/include/llvm/IR/
ValueMap.h 55 /// If FollowRAUW is true, the ValueMap will update mappings on RAUW. If it's
57 enum { FollowRAUW = true };
259 if (Config::FollowRAUW) {
  /external/llvm/unittests/IR/
ValueMapTest.cpp 215 enum { FollowRAUW = false };
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 149 enum { FollowRAUW = false };
    [all...]

Completed in 78 milliseconds